I would like to use a git repo that is accessigble through https, Https server has self signed certificate. I always get an error while trying to clone the repo with eclipse+egit:
https://host/path: cannot open git-upload-pack sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Is it possible to bypass this problem? I used export GIT_SSL_NO_VERIFY=1
command to skip ssl verification with the console client. This trick doesn't work with eclipse.
Thanks,
Hubi