##// END OF EJS Templates
test-https: turn off system OpenSSL configuration...
Yuya Nishihara -
r42140:4748938e stable
parent child Browse files
Show More
@@ -2,6 +2,12 b''
2 2
3 3 Proper https client requires the built-in ssl from Python 2.6.
4 4
5 Disable the system configuration which may set stricter TLS requirements.
6 This test expects that legacy TLS versions are supported.
7
8 $ OPENSSL_CONF=
9 $ export OPENSSL_CONF
10
5 11 Make server certificates:
6 12
7 13 $ CERTSDIR="$TESTDIR/sslcerts"
General Comments 0
You need to be logged in to leave comments. Login now