Use CA cert to communicate with GitLab server
What does this MR do?
Uses the cert from the CI_SERVER_TLS_CA_FILE variable to communicate with the GitLab server. This resolves a bug where site validation doesn't work when the runner is configured to communicate with the server using a self-signed cert supplied by the tls-ca-file runner option.
What are the relevant issue numbers?
GitLab Docs MR
Edited by David Nelson