PDA

View Full Version : QSslSocket example



Ratheendrans
29th September 2010, 11:59
Hi All,

I am looking for working example on QSslSocket client server,I now there is a good amount of discussion on this topic but some of them are old and not working with QT4.6.1 distribution.

can any one give me pointers to good comprehensive and working example of QsslSpcket client, server.

Thanks in Advance,

Ratheendran

tbscope
29th September 2010, 12:04
Here's an example of a ssl client:
http://doc.qt.nokia.com/4.7/network-securesocketclient.html

For more information:
http://doc.qt.nokia.com/4.7/qsslsocket.html

Is there anything specific that you want more help with?

zfzhu
6th July 2011, 15:25
Do you have an example for SSL server?
I wrote a simple ssl server program, but it's corrupt when it starts. Because it's corrupt at beginning, I can't find anything wrong in my code. I am using QT 4.7.3 with Visual Studio 2005.

squidge
6th July 2011, 20:51
So post your code and lets see if we can spot anything wrong.