THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.

Revision history  [back]

It looks like you're running MQTT encrypted inside TLS (SSL). I guess the TLS Application data (e.g. frame 145) contains your MQTT messages. However only encrypted.

=> To be able to see the MQTT payload you have to be able to decrypt the TLS session (e.g. by having the session key or the RSA key).

It looks like you're your running MQTT encrypted inside TLS (SSL). I guess the TLS Application data (e.g. frame 145) contains your MQTT messages. However only encrypted.

=> To be able to see the MQTT payload you have to be able to decrypt the TLS session (e.g. by having the session key or the RSA key).