Open Philomenal1317 opened 1 year ago
We also found this problem in another scenario, when Mosquitto connected to other brokers over the bridge, and then resumed after the other broker network went down, Mosquitto couldn't reconnect, although it prompted a CONNECT message.
If the address
you use includes a port 8883, you probably want a TLS connection. Did you specify
bridge_cafile
and bridge_certfile
/bridge_keyfile
? If not mosquitto will not try a TLS connection although you specified bridge_tls_version
.
Did you get your credentials from AWS iOT (https://aws.amazon.com/de/blogs/iot/how-to-bridge-mosquitto-mqtt-broker-to-aws-iot/)?
Hello Everyone,
i have a problem with the Bridge functionality and no clue where the problem could be.
After trying to connect to the Bridge i recieve the following messages
after that the Connectiong Bridge and Bridge sending CONNECT line repeat themself every few seconds.
This is the bridge configuration (hostnames, ip adresses, usernames and password removed)
The MQTT Broker on the otherside of the Bridge is on the AWS system but i don't know if its the AWSIoT Broker or another Broker system.
Tried the following versions:
Everywhere the same problem. Looking forward to any help on this matter. Thanks