Firefox can’t establish a connection to the server at wss://localhost:4443/openvidu

Hello,
I try to run the mvc-java app, but I get this error in the Firefox console when I join a session :

Firefox can’t establish a connection to the server at wss://localhost:4443/openvidu.
Reconnection error:
error
bubbles: false
cancelBubble: false
cancelable: false
composed: false
currentTarget: null
defaultPrevented: false
eventPhase: 0
explicitOriginalTarget: WebSocket { url: “wss://localhost:4443/openvidu”, readyState: 3, bufferedAmount: 0, … }
isTrusted: true
originalTarget: WebSocket { url: “wss://localhost:4443/openvidu”, readyState: 3, bufferedAmount: 0, … }
returnValue: true
srcElement: WebSocket { url: “wss://localhost:4443/openvidu”, readyState: 3, bufferedAmount: 0, … }
target: WebSocket { url: “wss://localhost:4443/openvidu”, readyState: 3, bufferedAmount: 0, … }
timeStamp: 575611
type: “error”
<get isTrusted()>: function isTrusted()
: EventPrototype { composedPath: composedPath(), stopPropagation: stopPropagation(), stopImmediatePropagation: stopImmediatePropagation(), … }

There is no video.
To start Openvidu server I use this command :

docker run -p 4443:4443 --rm -e OPENVIDU_SECRET=MY_SECRET openvidu/openvidu-server-kms:2.14.0

I tried using Ubuntu 18.04.4 and Ubuntu 20.04.
Can someone help me please ?

Go to https://localhost:4443 and accept the certificate.

1 Like

It is working now, thank you very much :slight_smile:

Hi, when I go to the https://localhost:4443 , the browser asks to provide username and password. Do you know what is the username and password for that?

I was running openvidu/openvidu-server-kms docker image to build the server.

Thanks ahead!

User name OPENVIDUAPP and password MY_SECRET
Thanks

2 Likes