Hello,
I have an issue with docker runner. I don’t have this issue with shell runner.
If I set the parameters tls-ca-file, tls-cert-file and tls-key-file, I received the error below:
fatal: unable to access 'https://xxxxxx/gitlab/terraform-modules/terraform-consul-tfstate.git/': SSL certificate problem: unable to get issuer certificate
If I remove tls-ca-file, tls-cert-file and tls-key-file from the config for this runner or if I set the variable GIT_SSL_NO_VERIFY, it works fine.
Gitlab-runner: 12.5
Docker: 19.03.5
Thanks.