'Why my node returns me a websocket error?

I'm putting my application on an IIS HTTP server, but I get an error:

WebSocket connection to 'wss://xxxx.xxxx.xx:xxxxx/?designer=1&token=&baa=' failed: Error during WebSocket handshake: net::ERR_CONNECTION_RESET.

What could cause it?



Solution 1:[1]

This issue might occur if 'PORT' is closed. To resolve this issue make sure that PORT is open.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Bhargav Rao