-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Investigate loading CA certificates from OS #52880
Comments
cc @egamma possible plan item |
Good old Node.js: This works, except that the For testing I used https://github.com/salrashid123/squid_proxy:
|
@chrmarti I tried this on insiders and it made my life so much easier! Thanks! For context, I was trying to debug something in our Azure extensions with Fiddler, but was getting cert issues since Fiddler inserts a cert to decrypt https traffic. This will definitely help our users as well - we've seen several reports of cert issues in the past |
That's great to hear @EricJizbaMSFT! I'd be very interested in cases where it does not work or even breaks previously working setups. Let me know when you hear about any of these. |
It does not work for me with insiders build
Related to microsoft/vscode-azure-account#89; I try to create a cloud shell and get
This is going through a corporate intercepting proxy. It fails whether or not I am explicitly using the proxy on port 3128 or going directly (which is transparently intercepted). |
@UnwashedMeme That's the |
That node module adds the root certificates registered in Windows to node. Node by default only knows a hardcoded set of certificates that is copied from Mozilla: microsoft/vscode-github-issues-prs#28 (comment)
A success story: microsoft/vscode-github-issues-prs#28 (comment)
The text was updated successfully, but these errors were encountered: