I have a rather strange error:
I tried to check the live chat made in websockets, but when the scripts are loaded, I get this message in the developer tool window: "Connect WebSocket to" wss: //chat.mywebsite.com: 80 / testuser @ wr94 @ 34 @ 0: connection error: net :: ERR_CONNECTION_CLOSED "
An error message in the developer tools sends me to this line of code: wrc_socket = new WebSocket (_wsServerUrl + '/' + login + '@ wr94 @' + _ id + '@' + _ userType);
I tried to find out this problem with chat developers, and we found that this problem only occurs on my computer where I work.
The same browsers, the same network, the same OS - I have a problem, everyone does not have it. Explicitly, there is something on my computer that is blocking wss connections. But I canβt understand what exactly. I tried to disable the antivirus and the Windows firewall, no results.
I tested chrome, firefox and opera (all versions of letest). When they are installed on my computer - they reproduce this error when it is installed on the college computer (he sits next to me in the same office) the error does not occur.
In addition, I tried this on my home computer and got an even weirder result: Opera and Firefox are reusing this problem, and Chrome is working fine.
Can you give me a hint or direction to investigate this? I think this is due to certificate materials, but I donβt know where to start.
source share