I am trying to setup Ignition MQTT Transmission to the AWS IoT Endpoint server with certificates and keys.
I have followed the instruction as per the below link: [https://docs.chariot.io/display/CLD80/IBSNOW%3A+AWS+Quickstart]
I have checked that AWS IoT certificates and keys are working fine but still MQTT Transmission is not able to connect AWS IoT Endpoint server. Please assist and let me know if you need any further information.
Getting below error in the Ignition log:
TahuClient 14Mar2024 22:06:57 ME-a2026340-4cb3-433c: connect with retry failed due to Connection lost
org.eclipse.paho.client.mqttv3.MqttException: Connection lost
at org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(CommsReceiver.java:197)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.EOFException: null
at java.base/java.io.DataInputStream.readUnsignedByte(Unknown Source)
at java.base/java.io.DataInputStream.readByte(Unknown Source)
at org.eclipse.paho.client.mqttv3.internal.wire.MqttInputStream.readMqttWireMessage(MqttInputStream.java:92)
at org.eclipse.paho.client.mqttv3.internal.CommsReceiver.run(CommsReceiver.java:137)
... 1 common frames omitted