X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/ece23f05d6a430a461a75639197271c23f6858ec..96751ae76e6c6db435f5a4f141511d6f973b6583:/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 ------