Tag Archives: “server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt C…

[Solved] git clone:“server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt C…

I can push by clone project using ssh, but it doesn’t work when I clone project with https. it shows message error as below.

server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

Solution:

Open your terminal and run following command:

export GIT_SSL_NO_VERIFY=1