- Newest
- Most votes
- Most comments
MQTT Explorer subscribes by default to $SYS/#
topic. This topic is not supported by AWS IoT Core and will cause the broker to disconnect the client.
To fix, open the Advanced settings and remove the $SYS/#
topic from the subscription list by clicking onto it.
Ensure also the the clientId you are using to connect is allowed by the AWS IoT Policy attached to the certificate
This is the setup in the main window:
Hi! can you provide a little bit more detail of you setup ? With the information you give I can think of two options :
- Have you chained the Amazon Root CA with your clients certificate ? You can have a look
https://docs.aws.amazon.com/iot/latest/developerguide/server-authentication.html#server-authentication-certs
- Is the certificate active ? Is it associated with the correct policy with the needed permissions ?
At the moment our remote installation is sending data through mqtt to IoT Core. I can see that the data is correctly comming in by using the test explorer. Now i want to access the incomming data on the IoT Core with the MQTT explore application to see if everything is working fine and for further development. I'm using the certificates from the excisting connection
Relevant content
- asked 2 years ago
- asked 6 years ago
- asked 2 years ago
- asked 8 months ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
Already did that. But i can't even connect to the broker? Is the port 8883 correct ? And what about TLS ?
TLS must be enabled
Thanks it works now!