Spksrc: git: SSL certificate problem, unable to get local issuer certificate

Created on 4 Jan 2020  路  3Comments  路  Source: SynoCommunity/spksrc

after updating to Git 2.24.1-12, i keep getting for example:

fatal: unable to access 'https://github.com/SickChill/SickChill.git/': SSL certificate problem: unable to get local issuer certificate

This happens aswell when i manually pull a git, or clone a git.
I've tried reinstalling Git, but didn't work.

bug

All 3 comments

Ok, so after many tries, and posting this issue, i finally fixed this by running this as root on my diskstation:

git config --system http.sslCAInfo /etc/ssl/certs/ca-certificates.crt

now, everything works again.

@Mickroz Thanks for reporting. I will look for a way to include fix in package itself.

@ymartin59 I fixed this and am working on updates of curl and git

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ymartin59 picture ymartin59  路  4Comments

alx picture alx  路  9Comments

R1skNt picture R1skNt  路  6Comments

gerarts picture gerarts  路  9Comments

kraades picture kraades  路  6Comments