SamDecrock / node-http-ntlm

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

Added ability to pass options to the HTTP(S) agent #44

Closed ryaninvents closed 7 years ago

ryaninvents commented 8 years ago

I'm interested in using an upstream package (node-ews) in an environment with self-signed certificates. This pull request will allow the consumer to pass { rejectUnauthorized: false } in such a situation so the library can still be used.

eafelix commented 8 years ago

Hi guys, how are you? when can we merge this PR?

SamDecrock commented 7 years ago

This is fixed in PR #62