tests/test-https.t
branchstable
changeset 41974 4748938ee0c7
parent 39489 f1186c292d03
child 41975 406519302520
--- a/tests/test-https.t	Sat Feb 23 21:13:27 2019 +0100
+++ b/tests/test-https.t	Sun Mar 17 12:37:57 2019 +0900
@@ -2,6 +2,12 @@
 
 Proper https client requires the built-in ssl from Python 2.6.
 
+Disable the system configuration which may set stricter TLS requirements.
+This test expects that legacy TLS versions are supported.
+
+  $ OPENSSL_CONF=
+  $ export OPENSSL_CONF
+
 Make server certificates:
 
   $ CERTSDIR="$TESTDIR/sslcerts"