diff --git a/httpserver/httpconnectionhandlerpool.cpp b/httpserver/httpconnectionhandlerpool.cpp index 74c2aded9..6de3a2e0e 100644 --- a/httpserver/httpconnectionhandlerpool.cpp +++ b/httpserver/httpconnectionhandlerpool.cpp @@ -158,7 +158,7 @@ void HttpConnectionHandlerPool::loadSslConfig() sslConfiguration->setLocalCertificate(certificate); sslConfiguration->setPrivateKey(sslKey); sslConfiguration->setPeerVerifyMode(QSslSocket::VerifyNone); - sslConfiguration->setProtocol(QSsl::TlsV1SslV3); + sslConfiguration->setProtocol(QSsl::TlsV1_0); qDebug("HttpConnectionHandlerPool: SSL settings loaded"); #endif diff --git a/plugins/channeltx/modatv/atvmodgui.cpp b/plugins/channeltx/modatv/atvmodgui.cpp index 3be698ead..70dc5af5d 100644 --- a/plugins/channeltx/modatv/atvmodgui.cpp +++ b/plugins/channeltx/modatv/atvmodgui.cpp @@ -194,7 +194,7 @@ bool ATVModGUI::handleMessage(const Message& message) { m_camBusyFPSMessageBox = new QMessageBox(); m_camBusyFPSMessageBox->setText("Computing camera FPS. Please wait…"); - m_camBusyFPSMessageBox->setStandardButtons(0); + m_camBusyFPSMessageBox->setStandardButtons(QMessageBox::NoButton); m_camBusyFPSMessageBox->show(); } else if (status == 2) // camera FPS scan is finished