Commit 7ac7bc17 authored by Jonathan's avatar Jonathan
Browse files

Merge pull request #25 from djjudas21/allow_vulnerable_openssl

Allow vulnerable OpenSSL in fR3
parents f175db63 74717804
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


}