I set sslVerify
to false
using the following command but I still get verification error when I try to clone remote repository:
sudo git config --global http.sslVerfiy false
Here is the error:
fatal: unable to access 'xxx': server certificate verification failed.
CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
It worked before I upgrade to ubuntu 14.04!