Hi I have an old issue with waveinabox.net - for some reason the browser can connect only via socket.io fallback. I think it happened since the following settings were added.
# A optional host:port address on which to listen for websocket connections. # If no value is set for http_websocket_public_address it defaults to the first address specified # by http_frontend_public_address. # Default value: localhost:9898 http_websocket_public_address = @HTTP_WEBSOCKET_PUBLIC_ADDRESS@ # An optional host:port address for which the client is told to attempt websocket connections. # If no value is set for http_websocket_presented_address it defaults to http_websocket_public_address # Default value: localhost:9898 http_websocket_presented_address = @HTTP_WEBSOCKET_PRESENTED_ADDRESS@ I am not sure if it's something wrong on the server side - maybe firewall settings, or something with incorrect configuration... Does anyone has these settings configured right on non local environment? Would be nice to see an example.
