X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d083e3f2af9baf1910a69c1cc4a06a26be99d40c..38965d80d70cacd0c944d32f7107549a3a272b35:/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 ------