socket.io https proxy config for apache2
问题 I have a working socket.io setup with a JavaScript-client and a python-server. The client is basically just one line: Error during WebSocket handshake: Unexpected response code: 404 socket = io.connect(''); The server script can be found at https://github.com/miguelgrinberg/python-socketio/blob/master/examples/server/wsgi/app.py - I'm running the server on port 5000. All you probably have to know about client and server is that they work great on my localhost apache installation and that