OpenVidu - Firefox can’t establish a connection to the server at AWS
See original GitHub issueHi,
my project with OpenVidu work a good with chrome but I have a problem with firefox, i can’t understand why this problem just with Firefox and AWS.(for information
Firefox work with server local)
=> Firefox can’t establish a connection to the server at AWS
Error firefox :
'OpenVidu' initialized OpenVidu.ts:107:12 openvidu-browser version: 2.11.0 OpenVidu.ts:108:12 TURN temp credentials [ZSBPS8:vjig95] Session.ts:1186:24 openvidu-server version: 2.11.0 Session.ts:1195:24 Connecting websocket to URI: wss://ec2-34-253-8-220.eu-west-1.compute.amazonaws.com:4443/openvidu jsonrpcclient.js:138:11 Firefox can’t establish a connection to the server at wss://ec2-34-253-8-220.eu-west-1.compute.amazonaws.com:4443/openvidu. webSocketWithReconnection.js:71:13 Could not connect to wss://ec2-34-253-8-220.eu-west-1.compute.amazonaws.com:4443/openvidu (invoking onerror if defined) error { target: WebSocket, isTrusted: true, srcElement: WebSocket, currentTarget: WebSocket, eventPhase: 2, bubbles: false, cancelable: false, returnValue: true, defaultPrevented: false, composed: false, … } webSocketWithReconnection.js:82:15 --------- ONERROR ----------- jsonrpcclient.js:125:15 Connection closed unexpectecly. Reconnecting... webSocketWithReconnection.js:101:23 reconnectToSameUri (attempt #1, max=2000) webSocketWithReconnection.js:112:15 --------- ONRECONNECTING ----------- jsonrpcclient.js:79:15 Websocket connection lost (reconnecting)
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (1 by maintainers)
UPDATE2: SOLVED ON FIREFOX !
After open the WSS server URL https://localhost:4443/ on another Firefox Tab (as suggested on some google thread) I was able to JOIN the video session:
So this seems a pretty well known Firefox bug as said here: https://groups.google.com/forum/#!topic/netty/sCIB8J6abu8
So I think this issue can be closed now I have found the solution. 🤓👍
@pabloFuente FYI ☝️
Hello! Just stumbled upon the same problem. In my case I had to exclude the AWS url from Bitdefender. To do so I executed the AWS url in Firefox and when Bitdefender blocks the url I clicked on “I know the risk” (or what ever it said) to proceed. Then it worked.