I have a problem with Firefox and WSS.
This is my scenario:
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.
firefox websocket wss
Ale C
source share