rugged
rugged copied to clipboard
Ignoring SSL certificate
I'm getting The SSL certificate is invalid (Rugged::SslError) error when trying to fetch from a git server with self-signed certificate.
Is there any way to ignore the SSL certificate? Setting http.sslVerify to false doesn't seem to work as well.
https://github.com/libgit2/rugged/pull/571