-
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
VSCode Doesn't Automatically Use System Proxy #7140
Comments
AFAIK, pac file will only proxy requests whose domain is on the list and I suspect our marketplace is not listed, in this case our requests are not going through your proxy. Can you help make sure you can access following three urls in IE ?
If those urls are accessible and we do not detect system proxy, then it's a valid request. |
I am just chiming in on this to suggest that if PAC files are supported, it would be useful to support WPAD files as well for automatic proxy detection. I don't know if this is so much a bug as a feature suggestion (but that is up to you guys). |
AFAIK, Windows application access Internet using WinInet.dll. If we look into the MSDN page, there are four types of access type:
I guess VSCode (and most Electron based webapp) connects to Internet with I do think this feature might also be requested to Nodejs and Electronjs community as well. |
Finally someone who knows how the sausage gets made. Thanks for the info @stanleyxu2005. |
I have the same issue since few days and only in Code - Insiders. All 3 URL's are accessible in Chrome browser.
191.238.172.191 forwards to https://markedplace.visualstudio.com while 191.238.172.191:443 cause a timeout. I informed our network team, and they told that neither our proxy nor our firewall blocks any network request to 191.238.172.191:443 When I try 191.238.172.191:443 on my iPhone it tells me that |
Got the same problem here in our company network with version 1.9.1 |
Same issue as posted earlier using version 1.9.1... "ECONNREFUSED 191.238.172.191:443". If I test the URL's posted previously I get the following:
To verify this is not something related to my work network, I attempted to connect to the same URLs through my cell phone. The same results appeared. |
For your information: Using the key ""http.proxy":"http://username@ip:port" in user settings does work for me without entering a password (got authenticated before by Windows). So all works as expected for me now, thanks |
I am still facing this issue. The URL 191.238.172.191:443 doesn't resolve
|
Same issue on OSX |
Actually, Code now uses the system proxy settings. Which doesn't mean that proxy issues are fixed for every one. More in #22214 |
Steps to Reproduce:
The system admin has disabled the settings in IE via Group Policy so I can't work out what the pac is and as such can't work out the proxy to put in the config.
VSCode should just use the system proxy settings by default and ask for a username/password if necessary.
There should still be manual options for proxies in the config, however, it would also be useful for someone to have the option to specify a pac file too if for some reason the auto detection doesn't work.
The text was updated successfully, but these errors were encountered: