Is there a way to make ssl connections with qt's socket. I remember there was something like QSsl for commercial package for Qt 3. Is there anything of the likes in Qt 4.2.2 or perhaps Qt 4.2.3 ?
Printable View
Is there a way to make ssl connections with qt's socket. I remember there was something like QSsl for commercial package for Qt 3. Is there anything of the likes in Qt 4.2.2 or perhaps Qt 4.2.3 ?
The easiest way go get an idea what the answer of such a question would be, is to start the Qt Assistant and enter 'ssl' in the search. The results: SSL is only mentioned in: void QSqlDatabase::setConnectOptions ( const QString & options = QString() )
So probably no direct ssl support in Qt.
The upcoming Qt 4.3 introduces QSslSocket.
Qt 4.2.3 was already released and u can download whatever version u like.