Avoiding x509 TLS errors using daemon.json #1507
shakerg
started this conversation in
Show and tell
Replies: 1 comment
-
I think a feature request I'd recommend is adding an option to disable tls verification and/or pass the tlscacert for domains with private/custom CA's. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently had an issue where running Docker Actions would fail authorizations against my private CA with x509 errors. Namely, I was using
docker login
to access my internal Nexus registry. To solve this I injected theinsecure-registries
param into the docker container as a configmap. I figured I'd put this here incase it could help anyone else.Beta Was this translation helpful? Give feedback.
All reactions