-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Error during WebSocket handshake: location mismatch #42
Comments
Will look into it now, please use the latest stable tag for now. |
Fix for cross-domain websocket (closed by 691de0e) |
This was referenced Jan 8, 2021
This was referenced Oct 28, 2021
darrachequesne
added a commit
that referenced
this issue
Jul 4, 2024
darrachequesne
pushed a commit
that referenced
this issue
Jul 8, 2024
Add license to Readme (same format as the other components)
darrachequesne
added a commit
that referenced
this issue
Jul 8, 2024
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
in the latest commit (c023fae) the websocket transport seems broken. chrome reports the following error:
Error during WebSocket handshake: location mismatch: ws://my.domain.tld:8080/socket.io/websocket != ws://reverse.dns.tld/socket.io/websocket
(hosts are examples, but they are different and only the client is configured with a domain name)
The text was updated successfully, but these errors were encountered: