Proxy Authentication Required error on login
See original GitHub issuewhen setting sync using my github or Microsoft accout, this error is occured
[Info - 15:16:55.21] Logging in...
[Info - 15:17:03.563] Exchanging code for token...
[Error - 15:17:03.678] Proxy Authentication Required
- VSCode Version: 1.51.1
- OS Version: windows10 20H2/ubuntu 20.04
Steps to Reproduce:
- open sync setting
- select github or Microsoft
Does this issue occur when all extensions are disabled?: Yes
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:10 (7 by maintainers)
Top Results From Across the Web
407 Proxy Authentication Required - HTTP - MDN Web Docs
The HTTP 407 Proxy Authentication Required client error status response code indicates that the request has not been applied because it ...
Read more >(407) Proxy authentication required - Netwrix | Knowledge Base
Error: The remote server returned an error: (407) Proxy authentication required. · 1. Configure the internet connection to not use the Proxy server....
Read more >What is a 407 Proxy Authentication Required - Airbrake Blog
The 407 Proxy Authentication Required is an HTTP response status code indicating that the server is unable to complete the request because ...
Read more >Http error: 407 - Proxy Authentication Required
A 407 Proxy Authentication Required error indicates that the client needs to authenticate with a proxy server in order to access the requested ......
Read more >How to resolve error 407 (Proxy authentication required) in ...
Proxy server connection may not be configured correctly for access to the Exchange server. This error is returned when accessing a Web site ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Extension don’t have direct access to the Chromium network stack. There is the ‘_workbench.downloadResource’ command to allow for simple GET requests, but no command yet for POST requests.
Ideally we would implement support for proxy auth in our existing proxy support for the Node.js API, but I don’t have a timeline for that at the moment. (That would also benefit all other extensions.)
@chrmarti yes that works, but I’d rather not have to expose my password in env variables. It seems that having this configured also breaks other applications that use this env var. Chocolately for example is confused by this entry.