Using Eclipse, EGit and Stash
Trying to push upstream to Stash with EGit, over HTTPS. Stash server has valid SSL cert but hostname doesn't match.
From command line I can work around with GIT_SSL_NO_VERIFY=1
. What's the equivalent in EGit?
Thanks.