mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
743a726752
commit
e712d6ffe7
@ -169,9 +169,9 @@ void SetCipherListToSSLContext(const boost::shared_ptr<SSL_CTX>& context, const
|
|||||||
|
|
||||||
if (SSL_CTX_set_cipher_list(context.get(), cipherList.CStr()) == 0) {
|
if (SSL_CTX_set_cipher_list(context.get(), cipherList.CStr()) == 0) {
|
||||||
Log(LogCritical, "SSL")
|
Log(LogCritical, "SSL")
|
||||||
<< "Error with cipher list '"
|
<< "Cipher list '"
|
||||||
<< cipherList
|
<< cipherList
|
||||||
<< "' results in no availabe ciphers: "
|
<< "' does not specify any usable ciphers: "
|
||||||
<< ERR_peek_error() << ", \""
|
<< ERR_peek_error() << ", \""
|
||||||
<< ERR_error_string(ERR_peek_error(), errbuf) << "\"";
|
<< ERR_error_string(ERR_peek_error(), errbuf) << "\"";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user