Secure Socket Client Example¶
Demonstrates how to communicate over an encrypted (SSL) connection
certificateinfo.cpp Example File¶
certificateinfo.h Example File¶
certificateinfo.ui Example File¶
sslclient.cpp Example File¶
sslclient.h Example File¶
sslclient.ui Example File¶
sslerrors.ui Example File¶
main.cpp Example File¶
securesocketclient.pro Example File¶
securesocketclient.qrc Example File¶
encrypted.png Image File¶
Demonstrates how to communicate over an encrypted (SSL) connection.
This example uses QSslSocket to demonstrate how to communicate over an encrypted connection, deal with authenticity problems, and display security and certificate information.