This error message is returned when the certificate name doesn’t match the name used for the connection. For instance, if you try to connect to host A, but the host A returns a certificate with name B, you will get the error message "x509: certificate is valid for B, not A". Chang...
Is https://docs.gitlab.com/runner/configuration/tls-self-signed.html#trusting-the-certificate-for-the-other-cicd-stages the way/only way to solve this so far? Yes, and it's only going to the way moving forward. We introduced this feature specifically for scenarios like yours where git lf...