-
|
Hello folks, Using GitLab with a custom CA certificate, I get the following error: This occurs even after setting either:
(Reference documentation I used: https://qodo-merge-docs.qodo.ai/installation/gitlab/?h=ssl#run-as-a-gitlab-pipeline) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
To make it work, I had to add an extra environment variable for Python's requests: I'll be happy to open a PR to improve the documentation about this if it sounds right to you? Not sure what's the best place though as this should not be specific to GitLab, right? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @gaeljw , thank you so much for adding those questions. |
Beta Was this translation helpful? Give feedback.
To make it work, I had to add an extra environment variable for Python's requests:
REQUESTS_CA_BUNDLE=/app/certs/ca.crt.I'll be happy to open a PR to improve the documentation about this if it sounds right to you? Not sure what's the best place though as this should not be specific to GitLab, right?