Reputation: 14978
All of sudden I am getting following error while trying to clone repo.
git clone https://github.com/repo/xxx.git
Cloning into 'hits'...
fatal: unable to access 'https://github.com/repo/xx.git/': SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
I am also getting SSL error while accessing on Chrome Browser
This is what I get when get Cert details
I am using 10.6 OSX Leopard
Upvotes: 12
Views: 6167
Reputation: 2438
The DigiCert certification has expired. These instructions fix it on OSX (taken from this gist)
You may need to close and open Chrome to get it working again.
Upvotes: 21
Reputation: 14978
Finally sorted it out. I downloaded my required Certificate from DigiCert website and install in login
section of KeyChain
.
Upvotes: 0