On Wed, 12 Nov 2025, Sam wrote:
I stopped routing through Cloudflare on Git. Can you try and see if you can access Git now? I'm still in the process of configuring the server
Thank you, Sam! git.cinelerra-gg.org works now without VPN or other bypassing tools. Without special options it complains: git clone https://git.cinelerra-gg.org/goodguy/cinelerra.git Cloning into 'cinelerra'... fatal: unable to access 'https://git.cinelerra-gg.org/goodguy/cinelerra.git/': SSL certificate problem: unable to get local issuer certificate There are several easy solutions for the client side: a) git -c http.sslVerify=false clone https://git.cinelerra-gg.org/goodguy/cinelerra.git But then it is necessary to add the option -c http.sslVerify=false to all the git commands, like: git pull fatal: unable to access 'https://git.cinelerra-gg.org/goodguy/cinelerra.git/': SSL certificate problem: unable to get local issuer certificate git -c http.sslVerify=false pull Already up to date. b) git config --global http.sslVerify false Then certificate checking is bypassed for any further git commands c) Download the problematic certificate (either via web browser, or you can untar it from the attachment to this email). Place the certificate file under the following path/name: /usr/local/share/ca-certificates/cloudflare-origin-certificate.crt (the file must be renamed to have the suffix .crt). Run the following command (the package 'ca-certificates' must be installed): update-ca-certificates Then the cloudflare certificate will be trusted and git will stop complaining. The solutions for the server side knows Sam. _______________________________________________________________________________ Georgy Salnikov NMR Group Novosibirsk Institute of Organic Chemistry Lavrentjeva, 9, 630090 Novosibirsk, Russia Phone +7-383-3307864 Email [email protected] _______________________________________________________________________________