Hello,
I'm trying to connect Node-RED running on a Raspberry Pi 3B via mqtt with aws-iot. The environment is:
Raspberry Pi 3B buster
Node RED: 1.3.1
Node.js: 12.21.0
I'd done several things:
- Download aws-iot learning -> integrate a device -> Linux/Python: ==> all is working fine
- Download aws-iot learning -> integrate a device -> Linux/NodeJS ==> all is working fine
- create a new object, zertificate, policy and prepare the Node-RED properties as follows:
mqtt-out node:
server = Object-ARN
MQTT V3.1.1
Client-ID: empty / aws-object-name
tls-config-node:
upload certificates
After deploy the mqtt-out-node tries ti establish a connection, but there ist no success. The message is:
10 May 09:38:51 - [info] [mqtt-broker:aa817256.5f6da] Verbindung zum Broker meinPython@mqtts://arn:aws:iot:eu-west-1:256431347199:thing/myDevice:8883 konnte nicht hergestellt werden - change mqtt-configuration to working python-object
same message, no success - establishing a fairly new Node RED environment on a Windows PC and test mqtt-configuration with python credentials
same message, no success - Using exactly the instructions on this video https://www.youtube.com/watch?v=TrEtf0R5nzE, no success
any idea?
Thank you so much
Udo