MQTT / Mosquitto桥未使用代理ACL授权

时间:2020-01-31 13:58:33

标签: mqtt acl mosquitto

我可以联系到工作良好的Mosquitto经纪人。但是当我尝试在桥接代理上使用此简单ACL文件时,它显示错误:Connection Refused: not authorised

user topic1_user
topic topic1/#

在网桥配置中,我在Bridges部分下有以下设置:

connection bridge-conn1
address remotebroker:8887
topic topic1/# both
remote_username topic1_user
remote_password secret

我想念什么吗?

0 个答案:

没有答案