I would like to use a git repository that accesses via https, the Https server has a self-signed certificate. I always get an error when trying to clone a repo using eclipse + egit:
https: // host / path : cannot open git -upload-pack sun.security.validator.ValidatorException: Failed to create PKIX path: sun.security.provider.certpath.SunCertPathBuilderException: cannot find a valid certification path for the requested target
Is there a way around this? I used the export GIT_SSL_NO_VERIFY=1 command to skip the ssl check with the console client. This trick does not work with eclipse.
Thanks,
Hubi
source share