I’m trying to use an authenticated HTTPS Ivy repository, and I’m getting the following error over and over: Checksum missing at https://SNIP/ivy-1.1.xml.sha1 due to: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
I see from Google that this is because I haven’t imported this host’s certificate into my local certificate store. I’ve dealt with a similar issue in the past by overriding the trust manager to a “trust-all” implementation, but I don’t see an obvious way to do that with Ivy / Gradle.
What’s the easiest way to take care of this?