Problem to solve
Dear all,
We are running the CI/CD pipeline on a Python script containing a line requests.get(urlname, verify=True)
. The runner fails on this line and throws the following error:
requests.exceptions.ProxyError: HTTPSConnectionPool(host='xxx.xx', port=443): Max retries exceeded with url: xxx (Caused by ProxyError('Unable to connect to proxy', OSError('Tunnel connection failed: 403 Forbidden')))
Is it possible to change the configuration of the Runner so that requests.get()
does not fail?
PS: I am a user of the Enterprise Edition of GitLab and do not find any config.toml
file in my account, so that I guess I am not entitled to configure the Runner myself. If possible, I guess I would then have to contact my administrator.
Thank you in advance for the assistance.
Versions
-
GitLab.com
SaaS
Versions
- GitLab: GitLab Enterprise Edition v17.5.1-ee
- GitLab Runner:
gitlab-runner 16.11.1