Hi folks! I am using an external Java application so as to create virtual paths using VLANs and this application sends encrypted JSON messages so as to communicate with the NOX app. So I decided to run NOX with this line: ./nox_core -i ptcp:6633 jsonmessenger=sslport=11122 app -v -v
But then I get the following errors: On the Java side: IOException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target On the NOX side: SSL3_READ_BYTES:sslv3 alert certificate unknow from SSL_accept I suspect that it's missing a certificate on the NOX side. Does anyone know anything about certificates for the JSON messages? Regards, Daniel
