SliTaz SliTaz Forum

You are not logged in.

#1 2021-11-22 22:17:43

Ceel
Administrator
Registered: 2011-04-02
Posts: 1,424

Problem with certificates

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

#2 2021-11-23 13:14:54

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: Problem with certificates

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

#3 2021-11-24 08:18:44

gibor
Moderator
Registered: 2011-04-30
Posts: 1,067

Re: Problem with certificates

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

#4 2021-11-24 11:28:59

Ceel
Administrator
Registered: 2011-04-02
Posts: 1,424

Re: Problem with certificates

@ 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

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]