X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsslserver.cpp;h=c44f40963fe8d64d1883aa1ad77e30073cd91029;hp=ee19c20d0674732a6e623b906efca784cc001eaa;hb=2dca302472ee44923e164784191891711eff626a;hpb=9fc57dc2c000e80fb8bd746a090e2e8210e1278e diff --git a/src/core/sslserver.cpp b/src/core/sslserver.cpp index ee19c20d..c44f4096 100644 --- a/src/core/sslserver.cpp +++ b/src/core/sslserver.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2014 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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";