pjkersha e53ddbcdf1 == Release 0.1.0 == 13 years ago
..
pki 8ad766f537 13 years ago
scripts 8ad766f537 13 years ago
README e53ddbcdf1 == Release 0.1.0 == 13 years ago
__init__.py e53ddbcdf1 == Release 0.1.0 == 13 years ago
test_https.py e53ddbcdf1 == Release 0.1.0 == 13 years ago
test_urllib2.py e53ddbcdf1 == Release 0.1.0 == 13 years ago
test_utils.py e53ddbcdf1 == Release 0.1.0 == 13 years ago

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