diff --git a/contrib/httpserver/httpconnectionhandlerpool.cpp b/contrib/httpserver/httpconnectionhandlerpool.cpp index e11d2e99c..63264f9c2 100644 --- a/contrib/httpserver/httpconnectionhandlerpool.cpp +++ b/contrib/httpserver/httpconnectionhandlerpool.cpp @@ -123,7 +123,7 @@ void HttpConnectionHandlerPool::loadSslConfig() { sslConfiguration->setLocalCertificate(certificate); sslConfiguration->setPrivateKey(sslKey); sslConfiguration->setPeerVerifyMode(QSslSocket::VerifyNone); - sslConfiguration->setProtocol(QSsl::TlsV1SslV3); + sslConfiguration->setProtocol(QSsl::TlsV1_0); wDebug("HttpConnectionHandlerPool: SSL settings loaded"); #endif