-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
docker for mac (native, not boot to docker): private registry certificate not trusted #22764
Comments
This workaround to send the registry to be insecure worked for me: https://forums.docker.com/t/how-to-run-a-insecure-registry/9692 ...but I guess this bug becomes "Docker for Mac" should use the system certificate store for certificates to trust. |
Yes indeed, this is a known issue on the docker4mac team. |
@cpuguy83 - where can I look at the docker4mac project? |
It's currently private. |
Ah well, hope it's public soon :-) |
@cpuguy83 is this the project? https://github.com/docker/for-mac I am not seeing this corresponding issue there, but maybe my search-fu is weak. |
@joedragons that repository only holds an issue tracker for Docker for Mac. Components of Docker for Mac have been open sourced (see https://github.com/docker/for-mac#component-projects), but some parts are not |
@thaJeztah Thanks. I am also having the issue listed here and wanted to make sure it's still open and not just me. It seems weird to me to close a public issue when there's a private issue giving users no indication if it's fixed or not. But I admit some bias in this regard=) |
@joedragons the public issue tracker was opened recently, after Docker for Mac came out of beta; please check if there's an open issue there, otherwise feel free to create one |
I can also reproduce this issue on my machine. I'm using |
+1 please fix this. I rather not blindly trust ... |
This is being worked on currently. On 2 Sep 2016 6:19 p.m., "Álvaro Reguly" notifications@github.com wrote:
|
Apparently here is the correct ticket to follow: docker/for-mac#343 |
BUG REPORT INFORMATION
Output of
docker version
:Docker for Mac version is
Version 1.11.1-beta11 (build: 6974) 37559e5f6acd56a4810963acc7001e88f2d88017
Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):
We use a private registry that has an SSL cert that is signed by our internal CA.
This certificate authority is globally installed into the system keychain on mac and linux desktops.
Steps to reproduce the issue:
Describe the results you received:
x509: certificate signed by unknown authority
Describe the results you expected:
Certificate to be accepted as the CA's cert has been installed system-wide.
Additional information you deem important (e.g. issue happens only occasionally):
docker works file on our Linux desktops, which similarly have the CA's cert globally installed.
The text was updated successfully, but these errors were encountered: