MQTT / Mosquitto bridge not authorised with broker ACL

我是研究僧i 提交于 2020-03-05 06:04:12

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!