I'm having some problems that I hadn't before with Gitlab and Git.
I updated my SSL on my Debian server as I usually do each year and git
doesn't work as intended anymore
Apache Web Server and Gitlab CE hosted website are working well with HTTPS.
I verify SSL config attempts with openssl s_client -showcerts -connect mysite.com:port
and getting the code 21 always except when I run the command inside the server. Log from another PC Log from localhost
- Debian 9 up-to-date
- Gitlab CE latest version
- GIT 2.11
Output of git config http.sslCAPath
:
/etc/ssl/ (before /etc/ssl/certs)
How can I debug better this situation?
Please avoid typing
git config --global http.sslVerify false