covid-19-api icon indicating copy to clipboard operation
covid-19-api copied to clipboard

Exception when attempting to access API within a Java package.

Open PretendingToCode opened this issue 5 years ago • 1 comments

In my instance, I am unable to disable SSL checks in the application I am building. Because of this, I keep getting an error because Java doesn't like the SSL certificate for some reason. The full error can be found below:

sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

PretendingToCode avatar Mar 23 '20 00:03 PretendingToCode

maybe this will help you https://stackoverflow.com/questions/6908948/java-sun-security-provider-certpath-suncertpathbuilderexception-unable-to-find

k1m0ch1 avatar Apr 13 '20 18:04 k1m0ch1