-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
Node.js fetch failing with mitm proxy and basic auth #239033
Comments
This broke when updating undici. Fixed in the next Insiders and added tests for |
I've emulated @devm33's copilot chat logs with mitmproxy + a trusted ssl cert. I am able to log into github auth successfully through the proxy
Connecting to https://api.github.com:
Connecting to https://api.individual.githubcopilot.com/_ping:
DocumentationIn corporate networks: Troubleshooting firewall settings for GitHub Copilot.
|
I'm now realizing i've tested with an insiders commit ( |
@joshspicer Yes, there is a proxyauth option. Using mitmweb: ![]() |
When auth is configured the diagnostics will show a 407 on the Proxy Connection row (which tries to connect without credentials as a test). |
Originally posted by @devm33 in #207867
The text was updated successfully, but these errors were encountered: