chuan_ckc Hi, I have deployed my push script and Lightstreamer server according to GETTING_STARTED.txt. Everything working fine when the data is push through normal http connection, but when switched to using the HTTPS protocol, the push page become unresponsive. The windows status of the push page keep showing "Lightstreamer is connecting...". When the Lightstreamer server try to push data to the push page, it shows nothing and no response. Is there anything I need to configure/change in order to pushing data through HTTPS protocol. Anyone please help me to solve this problem. I will be very appreciated. Thank you. Chuan
Dario Crivelli As a first check, have you configured Lightstreamer Server for accepting connections in https? This is done through an <https_server> element in lightstreamer_conf.xml. Can you access the home page of Lightstreamer Server in https through a browser?
chuan_ckc @DarioCrivelli, Wrote: As a first check, have you configured Lightstreamer Server for accepting connections in https? This is done through an <https_server> element in lightstreamer_conf.xml. Can you access the home page of Lightstreamer Server in https through a browser? Hi Dario, Thanks for your reply. I don't see the <https_server> element in the lightstreamer_conf.xml file so I added into it as <http_server> element. But when I start the server, it gave me a message "SSL server not available with the current license" :Smile_Ac: FYI, the license I'm using currently was the free version. Does it means that the free version does not support SSL server? Thanks.
Dario Crivelli Yes, SSL is not supported by the Moderato version. You can test SSL connections by downloading the Allegro/Presto/Vivace version and getting an eval license, which is free but with some limitations, as summarized here.
chuan_ckc @DarioCrivelli, Wrote: Yes, SSL is not supported by the Moderato version. You can test SSL connections by downloading the Allegro/Presto/Vivace version and getting an eval license, which is free but with some limitations, as summarized here. Thanks Dario, I will try on it. :Smile_Ab: