Re: GIT_SSL_NO_VERIFY=1 over http doesn't ignore a different ip address for the signed certificate
From: Mike Hommey <hidden> Date: 2016-06-15 22:44:15
On Wed, Feb 20, 2008 at 03:35:54PM -0800, Anatoly Yakovenko wrote:
I am not sure if its a bug in curl or git, but despite setting
GIT_SSL_NO_VERIFY=1, if i use a different ip address or hostname then
the certificate was signed for, git fails to push changes.
Can you try with GIT_CURL_VERBOSE=1 ? The trace message will probably
help understanding what happens.
Mike