From eafceb72d288068cdef79c3c4e63e54978d0ae50 Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Wed, 9 Nov 2011 01:54:13 +0200 Subject: Move tray icon to resources. Debug regime wo SSL verification --- client/SslClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/SslClient.cpp') diff --git a/client/SslClient.cpp b/client/SslClient.cpp index 729daaa..831a1f3 100644 --- a/client/SslClient.cpp +++ b/client/SslClient.cpp @@ -38,7 +38,7 @@ SslClient::SslClient(QString addr): port(13666) sslSocket.setLocalCertificate(cert); sslSocket.setPrivateKey(key); sslSocket.setCaCertificates(ca_certs); - sslSocket.setPeerVerifyMode(QSslSocket::VerifyPeer); + sslSocket.setPeerVerifyMode(QSslSocket::VerifyNone); sslSocket.setProtocol(QSsl::SslV3); /* setup signal handlers */ -- cgit v1.2.3