Hi,
I have implemented lightstreamer in my project, thanks to
for the help and it is working great now. But now its time to go test on some other environment, first issue I am facing with HTTPS protocol.
I have changed lightstreamer port to 7070, so I can access lightstreamer server using
http://LSipaddress:7070/.
But when I use the same in js to create web socket connection from HTTPS domain it is showing an error saying not secured connection.
for e.g. my web app is
https://mywebapp.comand I am creating connection to lightstreamer server like
http://lightstreamer:7070/ .
So I wanted to know that
1. Is there any way in which I can access lightstreamer using https ?
2. I have not added any extra security, just extended existing program. How secure is that or do I need to add external checks or security is handled by lightsreamer itself?
NOTE :: I am using moderato version of lightstreamer.
AlsoI could not find pricing for the different version of lightstreamer, so can I get that also ?
Thanks,
Avinash Ghodke