SamDecrock / node-http-ntlm

Node.js module to authenticate using HTTP NTLM
MIT License
192 stars 89 forks source link

Supply CA certificate #42

Closed arieljannai closed 8 years ago

arieljannai commented 8 years ago

Hi,

How can I supply a CA certificate for the site I'm accessing to? The site is internal in my company, and it uses an internal CA.

Thanks

arieljannai commented 8 years ago

Found it. Add ca: MY_CERTS to the options object