Hi.. I am using Flex Native AS client which works fine over HTTP. Now I am trying to set it up over HTTPS. I ve done the following.

1. Modified lightstreamer_conf.xml, removed <http_server> and included <https_server> block with default parameters.
2. On the client side, modified the ConnectionInfo parameters to change the port, controlPort and the corresponding protocols.

When I try to access the flex page over https, I see the page being loaded but streaming doesnt happen. On the server side, I see a new session being created after invoking the notifyUser method on the MetadataAdapter but getItems or getSchema methods are not invoked. Am I missing something here?

Regards,
Venkatesan R