Hi
I have 2 brokers, broker1 and broker2. broker1 has ACL protecton and in .acl file topic is proteced with username and password. I want to create bridge from broker2 to broker1. So i am not able create bridge successfully. what configuration should be given in mosquitto.conf file at broker2. i am pasting my broker1 and broker2 mosquitto.conf file configuration ..
Broker 1===>
autosave_interval 1800
connection_messages true
log_dest stderr
log_dest topic
log_type error
log_type warning
log_type notice
log_type information
log_type all
log_type debug
log_timestamp true
password_file /home/aviconn/mosquitto-1.4.2/src/
passwd.pwacl_file /home/aviconn/mosquitto-1.4.2/src/aviconn.acl
persistence true
persistence_location /tmp/
persistence_file mosquitto.db
persistent_client_expiration 1m
retained_persistence true
port 5003
allow_anonymous false
Broker 2 ===>
retry_interval 20
user root
allow_zero_length_clientid true
port 5003
max_connections -1
autosave_interval 1800
persistence true
persistence_file acclivate_mosquitto.db
persistence_location /home/odroid/Documents/
connection_messages true
log_type all
log_dest file /tmp/Avi_mosquitto.log
log_timestamp true
allow_anonymous true
username test1
password 1234
try_private true
connection aviconn_1
address
10.0.0.16:5003topic # both 2 /Acclivate/iOmniControl/168/ /Acclivate/iOmniControl/168/
cleansession true
keepalive_interval 10
Please anybody help what configuration should i used in order to create bridge