X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fsslserver.cpp;h=a9fe750e7f1c2bea929b7ecdc79bd9a527ec7293;hb=47a6910aed00018c7230cc2cc90ae8e80fa77dda;hp=ee19c20d0674732a6e623b906efca784cc001eaa;hpb=04315f46a16fc3627218377071e008b6b9744992;p=quassel.git diff --git a/src/core/sslserver.cpp b/src/core/sslserver.cpp index ee19c20d..a9fe750e 100644 --- a/src/core/sslserver.cpp +++ b/src/core/sslserver.cpp @@ -122,6 +122,7 @@ bool SslServer::setCertificate(const QString &path) } if (!_cert.isValid()) { quWarning() << "SslServer: Invalid certificate (most likely expired)"; + // We allow the core to offer SSL anyway, so no "return false" here. Client will warn about the cert being invalid. } if (_key.isNull()) { quWarning() << "SslServer:" << qPrintable(path) << "contains no key data";