-
Notifications
You must be signed in to change notification settings - Fork 289
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
After upgrade to 17.12.0-ce-win46, SSL cert errors trying to connect to private registry #1512
Comments
+1 Seeing this behavior after upgrading to 17.12.0-ce-win46 |
+1 Same! |
+1 Same but against docker hub (our network has a firewall in place terminating ssl with it's own ca which is trusted in Trusted Root Certification Authorities store). |
+1 Same. Blocked! |
+1 |
I found a workaround. Error disappeared after I added my private registry to "Insecure registries" list on the page "Daemon" of Settings. But registry is not insecure! |
And another here, same issue but connecting to docker hub as well as (externally hosted) private repo. We have an SSL intercepting proxy with internal certificates, so I assume the issue is to do with docker picking up the locally trusted cert store. |
I'm seeing this bug too. And it's only the docker-for-windows machines that can't access the registry. Other linux-based docker machines have no problem accessing the secure registry. @drwatson1 workaround unblocked our release, thanks for that. More info, in case it helps: Windows 10 Enterprise 64-bit, x64 Version 17.12.0-ce-win46 (15048) Engine 17.12.0.ce Kernel Version: 4.9.60-linuxkit-aufs |
Same issue here. Is there any movement with this? The root and intermediate certs are all available within the Windows Cert store, so nothing is broken in that aspect. |
UPDATE: Version 17.12.0-ce-win47 (15139) has been released to fix this issue. Confirmed the issue is resolved. |
@tomthetommy thanks for confirming the issue is fixed for you. |
This issue is still occurring for me on 17.12.0-ce-mac47 - docker command line can't verify certificates:
Any ideas? |
Confirming that Version 17.12.0-ce-win47 (15139) fixes the issue for me. |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
I have 17.12.0-ce-win47 but experiencing same issue. |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Expected behavior
Able to securely connect to private docker registry whose certificate is signed by an Internal CA, whose certificate is in the windows trust store.
Actual behavior
After upgrading to Docker Community Edition 17.12.0-ce-win46 2018-01-09 (Stable), docker for windows is no longer able to securely connect to my company's internal docker registry.
The error received is
The internal docker registry's certificate is signed by my company's internal CA. This CA certificate is in Window's trust store.
This worked with the previous version of Docker for Windows... Docker Community Edition 17.09.1-ce-win42 2017-12-11 (Stable)
Information
Diagnostic ID: 5EC10184-B19E-4741-8B82-1F9302111D64/2018-01-09_17-37-39
Windows 10 Version 1607 (OS Build 14393.1884)
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: