Hi,

I am trying to run lightstreamer over a ssl connection and am running into some issues. I am currently using a trial version of Vivace. I changed the config file to allow ssl on port 8443. I went through the steps to create a self signed certificate and keystore. Changed the client end to connect on port 8443. (I looked for something to tell the client that it was supposed to use ssl protocol, but could not find any thing..)

When I attempt to connect to the LS server I get the following error:
17-Apr-07 16:44:28,468 |ERROR|LightstreamerLogger.connections |SSL NIO ACCEPT SELECTOR |Handshake error
javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
at com.sun.net.ssl.internal.ssl.EngineInputRecord.byt esInCompletePacket(EngineInputRecord.java:152)
at com.sun.net.ssl.internal.ssl.SSLEngineImpl.readNet Record(SSLEngineImpl.java:759)
at com.sun.net.ssl.internal.ssl.SSLEngineImpl.unwrap( SSLEngineImpl.java:674)
at javax.net.ssl.SSLEngine.unwrap(SSLEngine.java:566)
at com.lightstreamer.c.a.h.a(h.java)
at com.lightstreamer.c.a.k.c(k.java)
at com.lightstreamer.c.a.k.b(k.java)
at com.lightstreamer.c.a.m.run(m.java)

All help is appreciated!