I have not tagged severity. Is it a real security issue? In my stunnel.conf I tried:-- options = SSL_OP_CIPHER_SERVER_PREFERENCE It gave "Illegal SSL option" and did not start. Trying to set SSL_CTX_set_options(3ssl) SSL_OP_CIPHER_SERVER_PREFERENCE. <https://community.qualys.com/blogs/securitylabs/2011/10/17/mitigating-the-beast-attack-on-tls> In my stunnel.conf I also have:-- options = NO_SSLv2 options = NO_SESSION_RESUMPTION_ON_RENEGOTIATION options = SINGLE_DH_USE ciphers = RC4-SHA:HIGH:!ADH They are aware of this upstream. <https://www.stunnel.org/pipermail/stunnel-users/2012-May/003744.html> May also be fixed. <https://www.stunnel.org/pipermail/stunnel-users/2012-May/003745.html>
Hi,
The correct syntax is:
options = CIPHER_SERVER_PREFERENCE
and not:
options = SSL_OP_CIPHER_SERVER_PREFERENCE
You should not include "SSL_OP_" at the beginning of every SSL option.
CIPHER_SERVER_PREFERENCE is supported since stunnel 4.28.
Mike
Hi, This bug report is clearly invalid. Please close it. Mike