Skip to content

ITS#8904 - Ensure SSLv3 is enabled when necessary

Quanah Gibson-Mount requested to merge quanah/openldap:its8904 into master

Either at compilation time, or as a system-wide configuration, OpenSSL may have disabled SSLv3 protocol by default. This change ensures the protocol NO flag is cleared when necessary, hence allowing for the protocol to be used.

Merge request reports