OpenSSL: fix configuration of older TLS protocol versions
[exim.git] / test / confs / 1190
index c65bf5b0caa1b28fe1aeac999e82947b2ec8a3ab..d368004e99e14341da93f3d5808647c16980d1a6 100644 (file)
@@ -24,6 +24,10 @@ tls_alpn = STRICT
 hosts_require_alpn = *
 .endif
 
+.ifdef _HAVE_OPENSSL
+tls_require_ciphers = ALL:@SECLEVEL=0
+openssl_options = -no_sslv3 -no_tlsv1_1 -no_tlsv1
+.endif
 
 # ------ ACL ------