Skip to content

Instantly share code, notes, and snippets.

@zqfan
Created March 27, 2014 02:33
Show Gist options
  • Save zqfan/9798854 to your computer and use it in GitHub Desktop.
Save zqfan/9798854 to your computer and use it in GitHub Desktop.
http://www.gromacs.org/Developer_Zone/Git/Gerrit#error.3a_server_certificate_verification_failed._CAfile...
problem:
error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none while accessing https://review.openstack.org/openstack/
fix:
# git config --global --add http.sslVerify false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment