> Hi: > > i am trying to clone a git repo, however the git client bails out with error > "SSL certificate expired". > > Is there a way to ignore the expired SSL certificate property while still > continuing to use the SSL connection ? What setting do I need to apply in .gitconfig > > warm regards > Saifi. >
@Saifi: Please try the following: $ git config http.sslVerify "false" thanks Ragini

