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.