SSL connection could not be established, even with certificate provided #1921
-
Hello, we are running GitHub Actions self-hosted runners on our Kubernetes cluster via actions-runner-controller. The runner fails on registration due to the following error:
(No inner exception is visible) We know this is probably due to an enterprise proxy which is in place for this connection, but we have tried to provide the certificate with all of the following options, independently and in combination:
The certificate is provided via ConfigMap:
The only option that "worked" was setting What are we doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It turns out we were passing the wrong certificate file. With the correct file, we were able to reenable TLS and the runner registered properly. |
Beta Was this translation helpful? Give feedback.
It turns out we were passing the wrong certificate file. With the correct file, we were able to reenable TLS and the runner registered properly.