mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
[Windows] Don't set PeerVerifyNone SSL socket verifyMode anymore.
This commit is contained in:
parent
90923d5127
commit
02b22acde0
|
@ -107,14 +107,6 @@ void NetworkManager::loadSettings()
|
|||
QSslConfiguration::setDefaultConfiguration(config);
|
||||
|
||||
#if defined(Q_OS_WIN) || defined(Q_OS_HAIKU) || defined(Q_OS_OS2)
|
||||
// From doc:
|
||||
// QSslSocket::VerifyNone ... The connection will still be encrypted, and your socket
|
||||
// will still send its local certificate to the peer if it's requested.
|
||||
|
||||
config = QSslConfiguration::defaultConfiguration();
|
||||
config.setPeerVerifyMode(QSslSocket::VerifyNone);
|
||||
QSslConfiguration::setDefaultConfiguration(config);
|
||||
|
||||
QString certDir = mApp->PROFILEDIR + "certificates";
|
||||
QString bundlePath = certDir + "/ca-bundle.crt";
|
||||
QString bundleVersionPath = certDir + "/bundle_version";
|
||||
|
|
Loading…
Reference in New Issue
Block a user