Page 1 of 1

Server Check email Shows Error

Posted: 14 Jul 2014, 23:02
by lshnyc
At the end of the email there is this code:

open3: exec of /usr/bin/openssl ciphers -v ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP failed at /usr/local/csf/bin/servercheck.pm line 1081

Re: Server Check email Shows Error

Posted: 17 Jul 2014, 11:17
by ForumAdmin
That's an issue with openssl and the SSL options you have configured. Specifically the !ADH checking fails. You can confirm this by running from the root shell the command, i.e.:

Code: Select all

/usr/bin/openssl ciphers -v ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP
Then try:

Code: Select all

/usr/bin/openssl ciphers -v ALL:-ADH:RC4+RSA:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP