unable to establitsh mqtt broker bridge with AWS broker
I am trying to setup Brdige between AWS MQTT broker and my local mosquitto broker with version 1.5.8
I checked private key certificate and rootca by publishing pub message like below those are correct in configuration of mqtt.
mosquitto_pub --cafile rootca.crt --cert certificate_1.crt --key private_pem_1.key -h
when i put same configuration for broker in mosquitto configuration file for broker, then it does not work. Any clue here ?
I've seen this when the client id is duplicated. Bridge clients must have a unique client ID, set with "connection" or "remote_clientid" options. .
Given that they're setting the client id specifically, that's a good bet.
@cah-sachin did you figure out the problem? Can this issue be closed?