on error:
javax.net.ssl.SSLHandshakeException:
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException
or
javax.net.ssl.SSLHandshakeException:
java.security.cert.CertPathValidatorException: Trust anchor for certification path not found
Solution:
modify: HttpUtils2Service.bas
javax.net.ssl.SSLHandshakeException:
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException
or
javax.net.ssl.SSLHandshakeException:
java.security.cert.CertPathValidatorException: Trust anchor for certification path not found
Solution:
modify: HttpUtils2Service.bas
B4X:
Sub Service_Create
TempFolder = File.DirInternalCache
' hc.Initialize("hc")
hc.InitializeAcceptAll("hc")
TaskIdToJob.Initialize
End Sub