You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the docker version of Semaphore. We have an SSL-scanning firewall which means we have to add the CA certificate to all hosts. I mounted the host's /etc/ssl/certs directory to the same location in the docker container and this means Semaphore is now able to pull the repository without an SSL error.
However, when I try running a playbook, it throws an SSL error trying to connect to AWS. I need some way of adding a CA cert to the bundle in the venv that certifi uses. Alternatively, I need some way of specifying additional python packages that should be installed into the venv (as I can then create a package that adds the cert)
Any suggestions?
Related to
No response
The text was updated successfully, but these errors were encountered:
Question
I'm using the docker version of Semaphore. We have an SSL-scanning firewall which means we have to add the CA certificate to all hosts. I mounted the host's /etc/ssl/certs directory to the same location in the docker container and this means Semaphore is now able to pull the repository without an SSL error.
However, when I try running a playbook, it throws an SSL error trying to connect to AWS. I need some way of adding a CA cert to the bundle in the venv that certifi uses. Alternatively, I need some way of specifying additional python packages that should be installed into the venv (as I can then create a package that adds the cert)
Any suggestions?
Related to
No response
The text was updated successfully, but these errors were encountered: