PDA

View Full Version : QtSslSocket connection problems



mark2804
4th December 2008, 13:07
Hi,
I have a "little" problem with my QSslSocket establishing a encrypted client server connection via Tcp. When I connect with my Server the Client returns the following error message:

("The host name did not match any of the valid hosts for this certificate")
QSslSocket::startClientEncryption: cannot start handshake on non-plain connection


This is a self certificated key and i added my ca to the ca list. If you need something, just write.

I am using the newest Qt version.

thanks for watching

greeds
markus