openssl problem after 11 -> 12
Matthias Andree
matthias.andree at gmx.de
Tue Apr 14 22:39:38 UTC 2020
> Finally managed to figure it out, you need to tell the perl script
> exactly what cipher to use, so I added to 'check_ilo2_health.pl':
> --sslopts 'SSL_verify_mode => SSL_VERIFY_NONE, SSL_version =>
> "TLSv1_1", SSL_cipher_list => "EDH-RSA-DES-CBC3-SHA"'
>
> Works with openssl from ports.
But "SSL_VERIFY_NONE" should be unrelated to the versioning/cipher issues.
If you need SSL_VERIFY_NONE, then the certificate and/or chains and/or
trusts are not configured properly.
More information about the freebsd-ports
mailing list