Hi

Is it possible to run a page in https which connect to a plain lightstreamer (without SSL) setup without some insecure content warning on the page?
Is it possible to use an Apache with SSL as reverse proxy frontend for plain lightstreamer (without SSL). Something like this:

Master push page run in https with setLSPort('8888') -> Apache listen on port 8888 with SSL enabled. Reverse proxy to push.domain:8080 -> LightStreamer (plain http setup on port 8080)

It is because we have a cluster of Apache frontends which handle all the SSL connections and we want to keep it this way.