Ich habe den Fehler Problem with the SSL CA cert
erhalten beim Klonen eines Git-Repositorys.
[root@vmforpbs ~]# git clone https://github.com/adaptivecomputing/torque.git Cloning into 'torque'... fatal: unable to access 'https://github.com/adaptivecomputing/torque.git/': Problem with the SSL CA cert (path? acc ess rights?)
Problem mit dem SSL-CA-Zertifikat
Der Fehler liegt daran, dass die Standard-Root-CAs nicht installiert wurden, was bedeutet, dass Git die SSL-Zertifikate von HTTPS-Sites nicht überprüfen konnte.
Die Lösung zur Behebung des Problems, die bei mir funktionierte, war die Installation von ca-certificates
Paket:
[root@vmforpbs ~]# yum install -y ca-certificates
Wenn das CA-Zertifikatspaket bereits installiert ist und immer noch nicht funktioniert, gehen Sie wie folgt vor:
[root@vmforpbs ~]# update-ca-trust force-enable