self signed certificate for git repo #1442
Replies: 3 comments 3 replies
-
Greetings! |
Beta Was this translation helpful? Give feedback.
-
Hi @fiftin Thanks! |
Beta Was this translation helpful? Give feedback.
-
Since upgrading to version 2.11 Semaphore keeps giving errors about the self signed certificate of my Gitlab. In version 2.10 I used to enter the command "git config --global http.sslVerify false" and it would happily work but no more in 2.11. Both Semaphore and Gitlab run as Docker containers from the same host. A git clone via command line "git -c http.sslVerify=false clone https://..." works perfectly from within the Semaphore docker container in version 2.11.x |
Beta Was this translation helpful? Give feedback.
-
Hi everyone
I have a git repo (Azure DevOps) with a self signed ssl certificate configured in ansible semaphore running on Ubuntu 22.04.
When I try to start a playbook, I get the error that the 'certificate is signed by unknown authority'. I already exported the certificate and loaded it into the local certificate store on which ansible is running, but I still get the error.
Also, I tried to find an option to disable the ssl check in the web ui, but I wasn't successful.
Is there an option to use the git repo with a self signed certificate?
Beta Was this translation helpful? Give feedback.
All reactions