Friday, February 2, 2018

Git SSL certificate problem: self signed certificate [Solution]

git clone https://......./data.git

throws ssl error resembling to following:
Cloning into 'data'...
fatal: unable to access 'https://*/data.git/': SSL certificate problem: self signed certificate in certifica                                                       te chain


Solution - disable sslVerify and clone it

git -c http.sslVerify=false clone https://......./data.git


Git

0 comments :

Post a Comment

 

© 2011 GIS and Remote Sensing Tools, Tips and more .. ToS | Privacy Policy | Sitemap

About Me