diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-09 01:54:13 +0200 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-11-09 01:54:13 +0200 |
commit | eafceb72d288068cdef79c3c4e63e54978d0ae50 (patch) | |
tree | da64dd4060086b80265f596df1259dfe2afa337d /client/SslClient.cpp | |
parent | 76bee6ee8fcd00811753e427c526b06ef456b6cd (diff) |
Move tray icon to resources. Debug regime wo SSL verification
Diffstat (limited to 'client/SslClient.cpp')
-rw-r--r-- | client/SslClient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |