How to run socket.io on port 443 where apache is running?
I need to run socket.io on port 443 (where apache run https site with Let's Encrypt) The idea is to use a apache proxy that will redirect the traffic to the socket.io port. I found that solution: <VirtualHost *:443> ServerName…