Android Question jRDC2 Trust anchor for certification path not found

Alexander Stolte

Expert
Licensed User
Longtime User
Hello,

I successfully implemented SSL on the jRDC2, with a trusted certificate, in the browser it works.

But if i want to connect from my App to the RDC, then comes this 2 Errors:

B4X:
ERROR9000: javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
ResponseError. Reason: javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found., Response:

did I forget something? i dont change something on my app, is this the issue? and if yes, what do I have to add to make it work?

Greetings
 

DonManfred

Expert
Licensed User
Longtime User
jrdc2 is a B4J Solution. Questions should be posted to B4J Forum
 
Upvote 0
Top