diff --git a/src/core/ksslcertificatemanager.cpp b/src/core/ksslcertificatemanager.cpp --- a/src/core/ksslcertificatemanager.cpp +++ b/src/core/ksslcertificatemanager.cpp @@ -202,8 +202,6 @@ isCertListLoaded(false), userCertDir(QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + QStringLiteral("/kssl/userCaCertificates/")) { - // set Qt's set to empty; this is protected by the lock in K_GLOBAL_STATIC. - QSslSocket::setDefaultCaCertificates(QList()); } KSslCertificateManagerPrivate::~KSslCertificateManagerPrivate()