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
This is a known issue, anyway I'd like to start a thread about it.
IMO the problem is related to the WebSocket connection since I see this error Firefox can’t establish a connection to the server at wss://3-123-96-106.ssl.quorumcontrol.com/ipfs/16Uiu2HAmLMQwov4gUfMYGA8Joiob7A2j9gKRTMzBpUgaMJchoAGd.
In FF the offer does not include the client_max_window_bits parameter so If you are setting the clientMaxWindowBits option to a number in the configuration, the offer is not acceptable and the connection is closed.
I'm starting to think that the WebSocket server has or misses some options that are creating issues with Firefox.
The text was updated successfully, but these errors were encountered:
This is a known issue, anyway I'd like to start a thread about it.
IMO the problem is related to the WebSocket connection since I see this error
Firefox can’t establish a connection to the server at wss://3-123-96-106.ssl.quorumcontrol.com/ipfs/16Uiu2HAmLMQwov4gUfMYGA8Joiob7A2j9gKRTMzBpUgaMJchoAGd.
Firefox request and headers:
Chromium request headers:
One thing to notice is that the
Sec-WebSocket-Extensions
differs on the two browsers:permessage-deflate
permessage-deflate; client_max_window_bits
I see the same difference if I try to connect to an echo WebSocket with
new WebSocket("wss://echo.websocket.org")
.I've found this comment that might be related:
I'm starting to think that the WebSocket server has or misses some options that are creating issues with Firefox.
The text was updated successfully, but these errors were encountered: