Raptor Computing Systems Community Forums (BETA)

Software => Firmware => Topic started by: witsu on December 07, 2020, 10:58:44 am

Title: Error Cloning Firmware Git Repo
Post by: witsu on December 07, 2020, 10:58:44 am
Hi,
I am trying to follow the Compiling Firmware instructions on the wiki https://wiki.raptorcs.com/wiki/Compiling_Firmware
Has anyone else run into this error while cloning the git repo:?

git clone -b raptor-v2.00 --recursive https://scm.raptorcs.com/scm/git/talos-op-build
Cloning into 'talos-op-build'...
fatal: unable to access 'https://scm.raptorcs.com/scm/git/talos-op-build/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

I can disable that warning in get, but I am wondering if this is expected or not.

Thanks
Title: Re: Error Cloning Firmware Git Repo
Post by: SiteAdmin on December 12, 2020, 04:50:10 pm
Looks like LetsEncrypt updated their intermediate certificates, and the server hosting our GIT repos needed that certificate updated.  The intermediate certificate expiry seems to have primarily impacted a handful of command-line tools that require a full certificate chain to be served from the host server.
Title: Re: Error Cloning Firmware Git Repo
Post by: witsu on December 13, 2020, 12:37:32 am
Thanks!

Works now. Yes I was using git from the command line.