X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d083e3f2af9baf1910a69c1cc4a06a26be99d40c..32a167571d19dc17c709616320917276e8d82c3b:/test/confs/1190 diff --git a/test/confs/1190 b/test/confs/1190 index c65bf5b0c..d368004e9 100644 --- a/test/confs/1190 +++ b/test/confs/1190 @@ -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 ------