X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsslserver.cpp;h=c44f40963fe8d64d1883aa1ad77e30073cd91029;hp=e8bfe3b0667fd630219c9cc022a76324b6106ce7;hb=2dca302472ee44923e164784191891711eff626a;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222 diff --git a/src/core/sslserver.cpp b/src/core/sslserver.cpp index e8bfe3b0..c44f4096 100644 --- a/src/core/sslserver.cpp +++ b/src/core/sslserver.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 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";