Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After setting nginx to my butterfly, run error that failed: Error during WebSocket handshake: Unexpected response code: 400 #164

Open
yozosann opened this issue Apr 20, 2018 · 1 comment

Comments

@yozosann
Copy link

yozosann commented Apr 20, 2018

My nginx :
server { listen 80; server_name myterm.yozosann.com; location / { proxy_pass http://www.yozosann.com:8756/; } }

you can go myterm.yozosann.com, then you can go console, you will get a error:

WebSocket connection to 'ws://myterm.yozosann.com/ws/session/85489e64-de76-416c-91bf-19d8b0f25293' failed: Error during WebSocket handshake: Unexpected response code: 400
(anonymous) @ main.min.js?v=df6a4e9d51979f9d263364d1d32f1965:3
main.min.js?v=df6a4e9d51979f9d263364d1d32f1965:3 WebSocket error Arguments(1)
d @ main.min.js?v=df6a4e9d51979f9d263364d1d32f1965:3
main.min.js?v=df6a4e9d51979f9d263364d1d32f1965:3 WebSocket connection to 'ws://myterm.yozosann.com/ctl/session/85489e64-de76-416c-91bf-19d8b0f25293' failed: Error during WebSocket handshake: Unexpected response code: 400

What should i do ?

@csik
Copy link

csik commented May 3, 2018

Did you figure this out? Started happening for me as well for a long running process with no changes to the system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants