Secure Socket Client

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.

The user enters the host name and port that they want to connect to, and are then able to view the security certificate

Example project @ code.qt.io