You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into issues of shadowsocks xray via ws no longer connecting to my server. Turns out the app says this: 01-08 19:38:02.928 28684 28738 I xray : common/mux: failed to handler mux client connection > proxy/freedom: failed to open connection to tcp:blackwolfwoof.com:443 > common/retry: [transport/internet/websocket: failed to dial WebSocket > transport/internet/websocket: failed to dial to (wss://blackwolfwoof.com/owothatsthis): 404 Not Found > websocket: bad handshake] > common/retry: all retry attempts failed
Turns out you have to add the host header to the server config now.
I ran into issues of shadowsocks xray via ws no longer connecting to my server. Turns out the app says this:
01-08 19:38:02.928 28684 28738 I xray : common/mux: failed to handler mux client connection > proxy/freedom: failed to open connection to tcp:blackwolfwoof.com:443 > common/retry: [transport/internet/websocket: failed to dial WebSocket > transport/internet/websocket: failed to dial to (wss://blackwolfwoof.com/owothatsthis): 404 Not Found > websocket: bad handshake] > common/retry: all retry attempts failed
Turns out you have to add the host header to the server config now.
OLD
NEW
For anyone that is looking for this issue, there you have your solution :)
The text was updated successfully, but these errors were encountered: