You are not logged in.
Pages: 1
Hello,
I wanted to clone a project on github
[c]# git clone https://github.com/grisbi/grisbi.git
Cloning into 'grisbi'...
fatal: unable to access 'https://github.com/grisbi/grisbi.git/': SSL certificate problem: unable to get local issuer certificate[/c]
I remember I read some times ago that certificates had totaly changed at the begining of october. Wouldn't be our cacerts package too old (20200522)?
Offline
Hi Ceel,
hmm, not necessary, i have same issue, you need said to git path for ssl certs.
in your ~/.gitconfig :
[c][http]
sslCAInfo = /etc/ssl/ca-bundle.crt[/c]
Certs changed for Let's Encrypt in September.
But of course, cacerts need updated to reflect this change.
Offline
Hi, I do not know the version of slitaz used, but to try to reproduce the error with an old installation of mine, it runs correctly.
tux@slitaz:~$ git clone https://github.com/grisbi/grisbi.git
Cloning into 'grisbi'...
remote: Enumerating objects: 73441, done.
remote: Counting objects: 100% (1496/1496), done.
remote: Compressing objects: 100% (605/605), done.
^Ccezione degli oggetti: 17% (12485/73441), 12.32 MiB | 2.18 MiB/s
tux@slitaz:~$ tazpkg search cacert
Search result for: cacert
================================================================================
Installed packages
================================================================================
cacerts 20170224 security
================================================================================
1 installed package found for: cacert
Available packages name-version
================================================================================
cacerts-20190517
================================================================================
1 available packages found for: cacert
Offline
@ gibor,
Hi, I use SliTaz Rolling 32bit that I update each day.
The cacerts package installed on my system is cacerts-20200522; maybe here is the difference...
Grazie mille.
@ shann
There wasn't any .gitconfig in my [c]root[/c] directory; I create it and now I can connect to github.
Merci.
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]