I am trying to perform a git fetch on a repo but I am getting this warning: TLS certificate verification has been disabled! and although this says warning but the fetch operation is not actually happening.
I have set sslVerify to false in the git config for this repo with:-
[http]
sslVerify = false
because the repo contains a self signed certificate. Looking for any help on this.
EDIT: The remote is a self hosted git repository with self signed certificate.
