unable to get local issuer certificate (after update)
Hi all After gitlab update we can't build anymore
Running on runner-db5fe54a-project-114-concurrent-0 via clerico2...
Fetching changes...
HEAD is now at 0baad61 lala
fatal: unable to access 'https://gitlab-ci-token:xxxxxxxxxxxxxxxxxxxx@gitlab.siu.edu.ar/lmartini/unidad-venta.git/': SSL certificate problem: unable to get issuer certificate
ERROR: Job failed: exit code 1
The workaround i found was disable the SSL verify in the config.toml, but feels dirty
environment = ["GIT_SSL_NO_VERIFY=true"]
Was there any change with the SSL or CA inside the docker-runner?