WebSocket connection failed: One or more reserved bits are on: reserved1 = 0, reserved2 = 1, reserved3 = 1
I am trying to setup WebSockets in my Javascript (React) application using Socket.io . When using the polling transport from the Socket.io client (v1.4.5), everything works fine. But I would like to use actual and secure WebSockets ( wss:// protocol)... My server is a Debian 7 running Nginx v1.2.1 as a proxy for my virtual hosts, and my Node.js app (using Socket.io v1.4.5). My domain name (api.tribeez.net) is set up via CloudFlare , which just announced full WebSocket support (including over SSL, i.e. wss:// ). When I start my app in Chrome (v50.0), I see the WebSocket connection in the