Firefox cant establish secure websocket connection

Hi
Im using full (strict) ssl on my site . In firefox this error happens to my websocket site :

Firefox can’t establish a connection to the server at wss://mysite.com:8443/socket.io/?EIO=3&transport=websocket&sid=fAuiKDiXpkhOoSndAAAD

but Chrome and IE is ok.
what is the problem ?

Can you post the full URL?

yes , here you are
wss://mysite:8443/socket.io/?EIO=3&transport=websocket

Opening a web socket for that URL generally seems to work in Firefox, but it might depend on the context. Can you post the URL of the page where it breaks under Firefox?

yes ,
https://mysite.com/qwerty

That appears to return an empty document.

please try again

Now it redirects to /app but there is no such error either.

you should wait a little to websocket connect to server

This topic was automatically closed after 30 days. New replies are no longer allowed.