Tuesday 30 May 2017

Make nodejs use Windows Client Certificate for calling an HTTPS Server

I want to call a server using HTTPS to read some JSON data.

That server requires an SSL Client Certificate (two-way SSL).

The client I am writing is written in node.js.

How can I get node.js to use the same client certificate that my browser (Chrome/IE) uses?

I do not have access to the certificate files.



via Ant Kutschera

No comments:

Post a Comment