jds-node-ssl-tests
v0.0.1
Published
Testing various SSL scenarios with node.
Downloads
11
Maintainers
Readme
Node SSL (HTTPS) Tests
Various examples of how to connect to node.js server over SSL.
Also examples of how to use SSL for client authentication.
Installation
npm installUsage
npm testRe-generate Certs
The following will delete all the current certs and re-generate them. Play around with this is you want to see how to generate certs.
cd certs
./gen-certs.shI used https://github.com/mikeal/request/tree/master/tests/ssl as a starting point.
