Hi,
When Im trying to connect to my server, Im receiving an PushConnException:
client.openConnection(this.info,new LSConnectionListener(this.phase));
"javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found."
There is a TrustManager used by the lightstreamer connector? Where can I set my cert to be trusted?
Thank you all!
--Edit
I've found the file HttpProvider, and I tried to add my TrustManager into the method:
private HttpURLConnection sendPost() throws Throwable
But it's not working.