Skip to content
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

Proxie issue when viewing Extensions in gallery #14853

Closed
FloMaetschke opened this issue Nov 2, 2016 · 5 comments
Closed

Proxie issue when viewing Extensions in gallery #14853

FloMaetschke opened this issue Nov 2, 2016 · 5 comments
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@FloMaetschke
Copy link

  • VSCode Version: 1.7.0-insider
  • OS Version: MS Windows Server 2008 R2

Steps to Reproduce:

  1. Use Visual Studio Code with Corporate Proxy

settings.json contains:

	// The proxy setting to use. If not set will be taken from the http_proxy and https_proxy environment variables
	"http.proxy": "http://user:[email protected]:8080",
	"http.proxyStrictSSL": false,
  1. Select any extension to view on the right side (gallery) (extensions already installed are shown correctly).

Result:
vscode network

I get 4 errors in developer console when opening the gallery view of an extension.
The text is displayed but images are missing.

dantup.gallery.vsassets.io/_apis/public/gallery/publisher/DanTup/extension/…/assetbyname/Microsoft.VisualStudio.Services.Icons.Default?redirect=true:1 GET https://dantup.gallery.vsassets.io/_apis/public/gallery/publisher/DanTup/ex….0/assetbyname/Microsoft.VisualStudio.Services.Icons.Default?redirect=true net::ERR_TUNNEL_CONNECTION_FAILED
kevinplatel.gallery.vsassets.io/_apis/public/gallery/publisher/kevinplatel/…/assetbyname/Microsoft.VisualStudio.Services.Icons.Default?redirect=true:1 GET https://kevinplatel.gallery.vsassets.io/_apis/public/gallery/publisher/kevi….0/assetbyname/Microsoft.VisualStudio.Services.Icons.Default?redirect=true net::ERR_TUNNEL_CONNECTION_FAILED
Microsoft.VisualStudio.Services.Icons.Default:1 GET https://dantup.gallery.vsassets.io/_apis/public/gallery/publisher/DanTup/ex…dart-code/0.13.0/assetbyname/Microsoft.VisualStudio.Services.Icons.Default net::ERR_TUNNEL_CONNECTION_FAILED
Microsoft.VisualStudio.Services.Icons.Default:1 GET https://kevinplatel.gallery.vsassets.io/_apis/public/gallery/publisher/kevi…nsion/dart/0.1.0/assetbyname/Microsoft.VisualStudio.Services.Icons.Default net::ERR_TUNNEL_CONNECTION_FAILED

@joaomoreno
Copy link
Member

So... you can actually query for extensions right?

Can you take a look at this? http://troubleshooter.xyz/fix-err_tunnel_connection_failed-error-google-chrome/

@joaomoreno joaomoreno added the info-needed Issue requires more information from poster label Nov 3, 2016
@FloMaetschke
Copy link
Author

Yes! I can query and download extensions. But the images are not shown in the gallery.

@joaomoreno
Copy link
Member

Did you follow the guide I mentioned?

@FloMaetschke
Copy link
Author

FloMaetschke commented Nov 3, 2016

Yes but it did not work.

I can copy the failed address from vscode debug console and open it in my chrome browser without any error.

@joaomoreno
Copy link
Member

Closing as dupe of proxy issues.

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

2 participants