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

Private registry, self-signed certificate does not work: "can not verify first certificate" #497

Closed
SebastianSchuette opened this issue Sep 20, 2018 · 6 comments
Assignees
Milestone

Comments

@SebastianSchuette
Copy link

The feature "connect to private registry" does not work for a private registry with a self-signed certificate. You get an error "can not verify first certificate".

IMHO, having self signed certificates is very common for private registries.

@StephenWeatherford
Copy link
Contributor

Is this server on localhost? Thx.

@SebastianSchuette
Copy link
Author

SebastianSchuette commented Sep 26, 2018 via email

@aarongilliland
Copy link

I would like to see this addressed as well. I am not using a localhost. I am using a registry with a self-signed certificate and I am able to reach it through the browser but I get the same Error:self signed certificate message why trying to add the registry.
+1

@StephenWeatherford
Copy link
Contributor

Thanks, we're hoping to look into this soon. vscode doesn't currently have built-in proxy support for extensions. You can try setting "http.proxyStrictSSL" to false in settings and see if that fixes it for the moment, but that does carry security risks.

@StephenWeatherford
Copy link
Contributor

Tracking this in #483

@StephenWeatherford
Copy link
Contributor

@aarongilliland @SebastianSchuette Could you please try the new functionality for trustede certificates and certificate stores and see if that works instead of setting http.proxyStrictSSL to false? Thanks.

@vscodebot vscodebot bot locked and limited conversation to collaborators Feb 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants