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

Failed to load Extensions gallery behind proxy with ERR_INSECURE_RESPONSE #18920

Closed
iamitava opened this issue Jan 20, 2017 · 3 comments
Closed
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug proxy Issues regarding network proxies
Milestone

Comments

@iamitava
Copy link

  • VSCode Version: Code 1.8.1 (ee428b0, 2016-12-19T14:55:32.357Z)
  • OS Version: Linux ia32 3.19.0-32-generic
  • Extensions:
Extension Author Version

Hi, I'm on a corporate network that requires a proxy that injects it's own SSL cert. I have the following user settings:

{
    "http.proxy": "http://proxy:port",
    "http.proxyStrictSSL": false,
}

Based on #69 etc, it seems setting proxyStrictSSL to false should work for self-signed certificates, but I am unable to even browse the extensions gallery. Console shows the following error:

https://marketplace.visualstudio.com/_apis/public/gallery/extensionquery
Failed to load resource: net::ERR_INSECURE_RESPONSE

I haven't seen that error code in the issues here yet!

Let me know what other information I could provide to debug this. Thanks!

@dbaeumer dbaeumer added the extensions Issues concerning extensions label Jan 21, 2017
@joaomoreno joaomoreno added bug Issue identified by VS Code Team member as probable bug proxy Issues regarding network proxies and removed extensions Issues concerning extensions labels Jan 23, 2017
@joaomoreno joaomoreno added this to the Backlog milestone Jan 23, 2017
@joaomoreno
Copy link
Member

That definitely is a new error code. Can you join us in #18103?

@xapienz
Copy link

xapienz commented Mar 8, 2017

Hi @iamitava, will you please check that workaround with certutil in #17360 helps to resolve the problem?
I think these two problems are the same.

@joaomoreno
Copy link
Member

Please check #22214

Closing this as a duplicate

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug proxy Issues regarding network proxies
Projects
None yet
Development

No branches or pull requests

4 participants