Android Question WebSocketHandler - SSL connection Failure

Jmu5667

Well-Known Member
Licensed User
Longtime User
Hello

I have a B4J SSL server with a Http2Enabled enabled. I have a B4A client that is using a WebSocketHandler to connect to it. The link scheme is "wss://192.168.1.2:51042/ws" and when the B4A app trys to connect I get the following:

java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.

Is there a way to resolve this ? Or a better way of using B4A and SSL ?

Regards

John.
 
Top