Firefox cannot establish a connection to the server at wss: // my_ip_address

I have a problem with Firefox and WSS.

This is my scenario:

  • web application deployed on server A (internal ip: 192.168.xy) in HTTPS on port 8843
  • socket deployed on server B (internal ip: 192.168.jk) in HTTPS on the same port 8843

  • HTTPS are self-signed certificates.

Server A can establish connections with server B.

When I go to the URL: https: //192.168.xy/MyApp/index.html there is a " .js " file that makes a WSS connection to the URL: WSS: //192.168.jk/mySocket

It works fine in Google Chrome, webapp connects to the WSS URL. But when I try to open a page in Firefox, I see this error on the console:

"Firefox cannot establish a connection to the server at wss: //192.168.jk/mySocket"

I tried to accept certificates, but that did not work. Is there a solution to this problem?

Thanks.

+7
firefox websocket wss
source share

No one has answered this question yet.

See similar questions:

4
Cannot establish a secure connection to Websocket in Firefox.

or similar:

17
Creating a secure (TLS / SSL) web server
6
Secure WebSocket (wss: //) does not work in Firefox
6
Connection to WebSocket on wss failed
5
WebSocket in Firefox makes two connections
4
Firefox disables webcam connection for self-signed certificate
2
Firefox cannot connect to websites, while Chrome can
one
SIPML5 connection with Asterisk 13 over wss
one
Websocket ssl tunnel connection (wss) via apache
one
How to create a wss request on localhost on a local machine
0
web socket does not work with SSL and WSS in javascript

All Articles