Thanks Michael - it’s still happening here but since my original post I’ve found another library (called Pixman). AFAIK it isn’t part of Gnome but it’s also hosted at GitLab - and Pixman is giving me the same error.
Is there some other mirror (or protocol) that I could try? Maybe one which doesn’t need SSL? I never need to push anything upstream to Git:ab. I only ever fetch stuff.
If you see the same happening on other hosts, and we are not, it probably is a client problem. You mentioned TortoiseGit, maybe it is too old, or ships its own version of openssl which is outdated.
Can you try upgrading TortoiseGit to see if that changes your problem?
Yes you could be right. TortoiseGit here is about 3 years old. I’ve traditionally been reluctant to update TortoiseGit because if it causes problems, it usually isn’t possible to get back to a working version
I’ve a recollection that for GitHub I use something called SSH which required me to register something called a putty key. And (I think) that then avoids SSL. Is that also supported by GitLab? I’ve an account here at the GitLab forum but AFAIK I haven’t any account for GitLab itself.
@johne53 yes you can add an SSH key to your profile and then clone/push via this. I’m with Michael on this, I have similar problems trying to push to my own Gitlab which is using LetsEncrypt and I see the similarities from the post from Michael in that it is also LetsEncrypt. I can push from console with git push but Atom doesn’t let me do it because of a SSL problem (it has it’s own included CA cert which is from 2019). I expect you have similar in TortoiseGit that is using old local CA certificate which doesn’t have the new LetsEncrypt CA cert in it. I’m waiting for an update to appear from Atom on this, but you may want to download and install/upgrade to the latest TortoiseGit and this will most likely fix it.
So if I added an SSH key, would that get me around the problem or does SSH still need SSL certificates? I’m happy to update TortoiseGit but like I said, that in itself can be very problematic. I’d prefer to try other options first.
Yes, you only just need to change clone method from http/https to ssh and use git@gitlab.com or your server name here if running your own instance. The docs show how to verify that the SSH key has been added to your user account, and a bit lower gives the commands for cloning: GitLab and SSH keys | GitLab