Commit 74717804 authored by Jonathan Gazeley's avatar Jonathan Gazeley
Browse files

Allow vulnerable OpenSSL in fR3

parent 7f0f4227
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -474,6 +474,15 @@ security {
	#
	status_server = yes

        #  allow_vulnerable_openssl: Allow the server to start with
        #  versions of OpenSSL known to have critical vulnerabilities.
        #
        #  This check is based on the version number reported by libssl
        #  and may not reflect patches applied to libssl by
        #  distribution maintainers.
        #
        allow_vulnerable_openssl = yes


}