-
Hello, I have few custom registries for docker/helm. these registries expose a self-signed certificate. Is there a way to provide a custom ca to the hub ? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Hi @zerr0s No, at the moment we don't provide any mechanism to add custom certificate authorities. |
Beta Was this translation helpful? Give feedback.
-
Ok I'll try to import all ca into /etc/ssl/certs. Hope that will solve my issue. |
Beta Was this translation helpful? Give feedback.
-
Hello, I can't understand why the hub doesn't work after I add all CA to /etc/ssl/certs directory. I have built a new image with all ca added, update the bundle with update-ca-certificates, and finally I have tested the connection with curl. All is working well in the container. When the hub tries to connect, i still have a SSL handshake failure. It seems that the hub is not using the system trustore. The hub should use the system trustore. But it doesn't seem to work. an idea please ? |
Beta Was this translation helpful? Give feedback.
-
I think that the problem is the tracker. I'll try to make the same config in tracker image. |
Beta Was this translation helpful? Give feedback.
adding the ca to the tracker image fix my problem