Hi, please is some way how to communicate between web/javascript client and Lightstreamer server via HTTP protocol on page that is under HTTPS protocol ? My tests give me this expected javascript error:

lightstreamer.js?:181 Mixed Content: The page at 'https://www.xxx.yyy/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://push.www.xxx.yyy:8080/lightstreamer/create_session.js'. This request has been blocked; the content must be served over HTTPS.

I think, that is no any trick to get is to work, and only one solution is run Lightstreamer server with HTTPS too, and conntect from client via HTTPS, right ?

Thanks