Comment 1 for bug 645002

Revision history for this message
Klaus Purer (klausi) wrote :

workaround from https://bugzilla.redhat.com/show_bug.cgi?id=577546#c1

set
ssl.use-sslv2 = "enable"

in the appropriate places in the config. This will enable SSLv2, but you can
prevent actual working SSLv2 negotiation by massaging the cipher list, for
example like this:

ssl.cipher-list = "TLSv1+HIGH RC4+MEDIUM !SSLv2 !3DES !aNULL @STRENGTH"