[solved] Can't sync with Letsencrypt Git repo

Answered

Hey, I host my own Git repo and it is using a Letsencrypt certificate for SSL, however when I try to add my repo to Intellij (Ultimate) it gives me an issue with "SSL certificate problem: unable to get local issuer certificate.

I tried adding the Letsencrypt root certificate to the Java keystore but it didn't help.

0
2 comments

Does it work using command-line git? 

I assume the issue is on the git side, so you could disable SSL checks in git.

To do so execute

git config http.sslverify false

see https://git-scm.com/docs/git-config#EXAMPLES for more details

2
Avatar
Permanently deleted user

Yup the issue was indeed with Git itself.

Thanks!

0

Please sign in to leave a comment.