问题
I have bridge to a Mosquitto broker that works fine. But it shows error: Connection Refused: not authorised
when I try to use this simple ACL file on bridged broker:
user topic1_user
topic topic1/#
In my bridge config I have these settings under Bridges
section:
connection bridge-conn1
address remotebroker:8887
topic topic1/# both
remote_username topic1_user
remote_password secret
Am I missing something?
来源:https://stackoverflow.com/questions/60005331/mqtt-mosquitto-bridge-not-authorised-with-broker-acl