...
Info | ||||
---|---|---|---|---|
| ||||
To verify a port is available on a host:
For example:
|
Verify Connectivity Across the WebSocket
The ws connection used to communicate over the WebSocket is also a HTTPS 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 https://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).
Related articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...