[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.
Please sign in to leave a comment.
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
see https://git-scm.com/docs/git-config#EXAMPLES for more details
Yup the issue was indeed with Git itself.
Thanks!