I am trying to use load strings to get some information from my website which has ssl encryption. Except I am thrown an exception when I try to do this.
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
If anyone knows how to fix this it would be appreciated. I am also trying to do this for APDE so a solution for it as well be good if possible.
Thanks