Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleUsing NetCat to verify a port

To verify a port is available on a host:

Code Block
nc -vnzw1 <host ip address> <port>

For example:

Code Block
nv -vnzw1 1.2.3.4 8888


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).

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@21b742
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-troubleshooting-article" and type = "page" and space = "HADM"
labelskb-troubleshooting-article

...