From 5dcadbf4edc474a0e55a3caaa3604ed06b6a3926 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 16 Oct 2018 23:54:28 +0100 Subject: Testsuite: force non-TLSv1.3 for (OpenSSL) cert-variable test This maintains visibility of the cert choice required by the auth-method configuration. Leave the bogus results from pre-1.1.1 OpenSSL library bug while the fixed version is not in common use. --- test/confs/2102 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/confs/2102') diff --git a/test/confs/2102 b/test/confs/2102 index c9e00479b..99f659fd2 100644 --- a/test/confs/2102 +++ b/test/confs/2102 @@ -33,6 +33,9 @@ tls_verify_hosts = HOSTIPV4 tls_verify_certificates = DRSA/server2.example.com/ca_chain.pem +.ifdef _OPT_OPENSSL_NO_TLSV1_3_X +openssl_options = +no_tlsv1_3 +.endif # ------ ACL ------ begin acl -- cgit v1.2.3