Versions Compared

Key

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

...

  1. Capture the network communication on the MQTT port between your device and the broker (on the picture above, it is port 8883).

  2. Analyze the TLS handshake.

  3. Look for the "Client Hello" packet. If it contains the server’s hostname, TLS-SNI is supported.

...