Closed
Description
I use BrowserSync configured with the proxy setting to redirect all requests to my local webserver.
When opening the page, i get the following error message in Chrome (Version 42, Arch Linux):
WebSocket connection to 'ws://localhost:3000/ws/791/ori74537/websocket' failed:
Connection closed before receiving a handshake response
Due to this issue in the foxy project, there was indeed no working support for proxying websocket connections: shakyShane/foxy#2
But they pushed a fix in release 10.1.2 which is included as dependency in the current BrowserSync release 2.7.1. I tried using that version, but it did not change anything and i still get the same error.
Do you need more information? Can anyone confirm this issue?