You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My private registry is not using a signed certificate. So, when I set up a rule and try to purge old tags, I get the following error:
{"level":"fatal","ts":1581695501.6666298,"caller":"cmd/main.go:49","msg":"Get https://private-registry.testing.com/v2/: x509: certificate signed by unknown authority","stacktrace":"main.main\n\t/app/cmd/main.go:49\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:200"}
Is there an option I can use to bypass certificate verification?
The text was updated successfully, but these errors were encountered:
My private registry is not using a signed certificate. So, when I set up a rule and try to purge old tags, I get the following error:
Is there an option I can use to bypass certificate verification?
The text was updated successfully, but these errors were encountered: