2021-06-07 mosquitto用ip连接被拒绝
2021-06-07 本文已影响0人
臭臭猫爱不爱吃鱼
https://github.com/eclipse/mosquitto/issues/1985
在一台服务器上装了mosquitto,发布信息到localhost,但是在其他电脑上用ip连接不到1883端口。最后在配置里加如下配置解决
listener 1883
allow_anonymous true
https://github.com/eclipse/mosquitto/issues/1985
在一台服务器上装了mosquitto,发布信息到localhost,但是在其他电脑上用ip连接不到1883端口。最后在配置里加如下配置解决
listener 1883
allow_anonymous true