pjkersha e53ddbcdf1 == Release 0.1.0 == il y a 13 ans
..
pki 8ad766f537 il y a 13 ans
scripts 8ad766f537 il y a 13 ans
README e53ddbcdf1 == Release 0.1.0 == il y a 13 ans
__init__.py e53ddbcdf1 == Release 0.1.0 == il y a 13 ans
test_https.py e53ddbcdf1 == Release 0.1.0 == il y a 13 ans
test_urllib2.py e53ddbcdf1 == Release 0.1.0 == il y a 13 ans
test_utils.py e53ddbcdf1 == Release 0.1.0 == il y a 13 ans

README

NDG HTTPS Client Unit tests directory
=====================================
The unit tests expect to connect to a simple HTTPS server listening on port
4443. An OpenSSL script is provided for this purpose in scripts/. To run,

$ ./scripts/openssl_https_server.sh

Troubleshooting
---------------
Run it from *this* directory. Also ensure it is has execute bits set. e.g.

$ chmod 755 ./scripts/openssl_https_server.sh