Scheduler live_update HTTPS

i have a scheduler using dataProcessor and live_updates with node. Everything works fine on my local machine, but when i try to put it on an Apache https server i run in all kind of problems. I configured the server.js file to use https, including an options obj with a site.cer and site.key. Is there anything else I need to change in order to get this to work. I allowed all access to the port 8008 and firewall access.

If I were you I would stay stick with Nginx because its much better for nodejs
HTTPS you can easy implement with Nginx reverse proxy into a subdomain and change the link in your index.html into that subdomain instead of port:8000
Thank you make sure you have an SSL / TCL certification for that subdomain also (activate wildcat *.domain.xx and thats it :slight_smile: