README 421 B

123456789101112
  1. NDG HTTPS Client Unit tests directory
  2. =====================================
  3. The unit tests expect to connect to a simple HTTPS server listening on port
  4. 4443. An OpenSSL script is provided for this purpose in scripts/. To run,
  5. $ ./scripts/openssl_https_server.sh
  6. Troubleshooting
  7. ---------------
  8. Run it from *this* directory. Also ensure it is has execute bits set. e.g.
  9. $ chmod 755 ./scripts/openssl_https_server.sh