node-auth icon indicating copy to clipboard operation
node-auth copied to clipboard

Demonstrate Client Side SSL Certificate Authentication in Node.js and Express.js

Results 4 node-auth issues
Sort by recently updated
recently updated
newest added

The `client.sh` bash/curl client seems to be working fine with the server, however the node client is not authenticating. Have tried multiple configurations and am starting to suspect there may...

Am I cool to create a client cert with the CN of example.com, or does it need to be reverse lookup-able?

Thanks for making this. Do you think you could take a look at this? ``` $ node client.js events.js:72 throw er; // Unhandled 'error' event ^ Error: CERT_HAS_EXPIRED at SecurePair....