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
Error when using docker registry with self-signed certificates #141
Comments
Thanks for taking the time to report this. Is there any chance you can supply the output of |
Sure.
|
I am having the same problem with a self-signed OpenShift registry. Directly pushing and pulling with Docker works, and also forge succeeds to push to the registry, but fails with
|
Update: After adding a Let's Encrypt certificate, the setup successfully finished. Probably the problem is indeed with using self-signed certificates for the Docker registry |
Also ran into this with a self signed cert. |
I just released forge 0.4.7 with a fix for this issue. You can read the (quick and dirty) docs here: https://forge.sh/docs/reference/self-signed-registries |
I am trying to use forge with private docker registry deployed with self-signed certificates, but I encounter following error:
My environment:
Pushing and pulling images from same registry is working with docker push and pull commands.
The text was updated successfully, but these errors were encountered: