On Mon, Jul 10, 2023 at 02:07:02PM +0200, Florian Weimer via cfarm-users wrote:
> Looks like the system TLS certificate store is outdated or empty:
> 
> fw@gcc119:[/home/fw]git clone --depth 1 --branch tmp 
> git://gitlab.com/fweimer-rh/gcc-staging git
> Cloning into 'git'...
> fatal: read error: A connection with a remote socket was reset by that socket.
> 
> Any idea how to fix this?  Unfortunately, gitlab.com does not seem to
> accept anonymous clones over SSH.

I use:
export 
GIT_SSL_CAINFO=/usr/opt/perl5/lib64/site_perl/5.28.1/Mozilla/CA/cacert.pem

(You'll also need s,git://,https://, in your above command.)
_______________________________________________
cfarm-users mailing list
cfarm-users@lists.tetaneutral.net
https://lists.tetaneutral.net/listinfo/cfarm-users

Reply via email to