Docker Private Registry: x509: certificate signed by unknown authority

I ran into the same issue when trying to do a pull from a private registry. I tried to install the certificate on the client and didn’t work, so I deleted it, then I realized that if I stop the docker service that is running as a systemd service, and start the docker daemon by hand with dockerd, I’m able to download the images.

Do you have any clue on why is this happening ?

1 Like