socket.io - Apache + NodeJS + SocketIO + Secure Connection HTTPS -


I want to create a realtime app using NodesJS + SocketOo 1.0. On the other hand, I want my app to be able to listen on secure connections (HTTPS) and also on insecure connections (HTTP). My current web server is Apache, for the purpose of development, I use self-appointed certificates.

But when I do this, the browser is refusing to listen on a secure connection (HTTPS) net :: ERR_CONNECTION_CLOSED

(on an insecure connection) HTTP) working without defect Used to be.

What do I do? Please help!


Comments