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: Fail to verify first certificate on non-self-signed certificate. #613

Closed
grhm opened this issue Nov 9, 2018 · 3 comments

Comments

@grhm
Copy link
Contributor

grhm commented Nov 9, 2018

Repro steps:

Create private registry

Create a private registry, with SSL enabled using a certificate issued by an internal/private CA (e.g using mkcert)
Registry works for pushing/pulling images (certificate is trusted)

Exercise issue

In VSCode, right click on Registries\Private Registries in docker explorer.
Choose "Connect to a Private Registry … (Preview)
Enter "https://localhost:5443/"
Press enter to ignore username

Action: vscode-docker.connectCustomRegistry
Error type: RequestError
Error Message: Error: unable to verify the first certificate

Version: 0.3.1
OS: win32

@grhm
Copy link
Contributor Author

grhm commented Nov 9, 2018

Actually, this looks like it's the same issue as #483.
So closing this as a duplicate.

@grhm grhm closed this as completed Nov 9, 2018
@grhm
Copy link
Contributor Author

grhm commented Nov 9, 2018 via email

@StephenWeatherford
Copy link
Contributor

This was released a while ago.

@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

2 participants