...
The ws connection used to communicate over the WebSocket is also a HTTPS http connection.
To verify that change the protocol to https and add the live-data endpoint, then use curl to connect. For example:
Code Block |
---|
curl -v httpshttp://host/communication/live-data |
If this responds with a 500 error, then communication is okay. Otherwise the route is not available (probably because of firewalls).
(If the WebSocket URL is wss, then use a https connection)
Related articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...