Hello,
I cant establish connection from my LS Client java app to the lightream server. i can ping the lightstream server. I suspect it has something to do with the SSL but I have them removed from the main lightstreamer_conf.xml
<remove_protocols>SSL</remove_protocols>
<remove_protocols>TLSv1$</remove_protocols>
<remove_protocols>TLSv1.1</remove_protocols>

my LS client says this:
LSClientHandler:::: Start()::RuntimeException: com.lightstreamer.ls_client.PushConnException: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake

lightstream server logs say this
L.connections.proxy|ACCEPT POOLED THREAD 80 |Received no address chain through a X-Forwarded-For header on "Lightstreamer HTTP Server" from 127.0.0.1:34662
L.connections |SERVER POOLED THREAD 10 |Closed HTTP connection with internal cause code: 10 (Read timed out) on "Lightstreamer HTTP Server" from 127.0.0.1:34662

Can you please help. Thanks