Author Topic: Error Cloning Firmware Git Repo  (Read 1966 times)

witsu

  • Newbie
  • *
  • Posts: 13
  • Karma: +2/-0
    • View Profile
Error Cloning Firmware Git Repo
« 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

SiteAdmin

  • Administrator
  • *****
  • Posts: 41
  • Karma: +15/-0
  • RCS Staff
    • View Profile
Re: Error Cloning Firmware Git Repo
« Reply #1 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.

witsu

  • Newbie
  • *
  • Posts: 13
  • Karma: +2/-0
    • View Profile
Re: Error Cloning Firmware Git Repo
« Reply #2 on: December 13, 2020, 12:37:32 am »
Thanks!

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