Git Extensions - Disable check for SSL CA Cert verification

Post date: Feb 7, 2012 12:09:06 PM

This is just a memo for myself.

Add these two lines to your .gitconfig file located in your Home directory. This will disable the check for correct CA certs, you should probably think twice before doing this however!

[http]

sslVerify = false

Much more information here http://stackoverflow.com/questions/3777075/https-github-access