Hi,
I am programming my app using java. When I try to connect to Cortex service using the java websocket api (tyrus), I got the following error in the ouput:
* Exception in thread “main” javax.websocket.DeploymentException: SSL handshake has failed
* Caused by: javax.net.ssl.SSLHandshakeException: General SSLEngine problem
* Caused by: javax.net.ssl.SSLHandshakeException: General SSLEngine problem
* Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
* Caused by: sun.security.provider.certpath.SunCertPathBuilderException
Looking at forums, a possible reason could be that java can’t recognize the root certificate authority (CA).
Could you help me with that?
Thanks
Christophe