-
Notifications
You must be signed in to change notification settings - Fork 30.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxy error: unable to get local issuer certificate #1862
Comments
Related to nodejs/node#3742 |
I'm not sure how to address this for myself as I have a standard install of win10 without any node stuff that i knowingly installed... also the issue presents on a fresh windows 7 corporate image that we don't use for development, so a basic install of win 7 for us (and 10 and 8.1) will all exhibit the same issue. |
This worked for me:
|
@colhountech Does it work if you set |
// Whether the proxy server certificate should be verified against the list of supplied CAs. Doesn't setting "http.proxyStrictSSL": false result in all CA's and self-signed certs being trusted? Seems like we are asking for a MITM hack. |
I'm having the same issue on Ubuntu 16 behind a firewall. Setting NODE_TLS_REJECT_UNAUTHORIZED worked but setting http.proxyStrictSSL did not. I'm happy to try new builds if that will help resolving the issue, just let me know. |
@psmoot #11702 Fix is out in 1.5.2. @wgknowles Unfortunately we didn't dedicate time to look into the CA list yet. Closing this as it seems a duplicate of #11702. |
From @dogfish182
The text was updated successfully, but these errors were encountered: