X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientsyncer.cpp;h=a4a4be82a68bbb58bba5121af6e97097fac8715f;hp=2c2a5df537323b27bc744f6d4a4cec15218ab82d;hb=2f600006c172342f253f1763620f5e635bc5b86f;hpb=ea13d09349df9851908e617c25223646bb165a0a diff --git a/src/client/clientsyncer.cpp b/src/client/clientsyncer.cpp index 2c2a5df5..a4a4be82 100644 --- a/src/client/clientsyncer.cpp +++ b/src/client/clientsyncer.cpp @@ -193,6 +193,7 @@ void ClientSyncer::clientInitAck(const QVariantMap &msg) { connect(sslSocket, SIGNAL(sslErrors(const QList &)), this, SLOT(sslErrors(const QList &))); sslSocket->startClientEncryption(); emit encrypted(true); + Client::instance()->setSecuredConnection(); } else { emit connectionError(tr("The Quassel Core you are trying to connect to does not support SSL!
If you want to connect anyways, disable the usage of SSL in the account settings.")); emit encrypted(false);