我可以成功订阅我的MQTT经纪人:
mosquitto_sub -h myremotehost -p 8883 --cafile mqtt_ca.crt -u username --pw userpasswd -t mytopic/#
但是当我尝试运行在配置文件中配置了相同参数的MQTT桥时出现错误Connection Refused: not authorised
:
connection conn1
address myremotehost:8883
bridge_cafile mqtt_ca.crt
remote_username username
remote_password userpasswd
topic mytopic/# both
有什么建议找什么?
编辑:
网桥无法连接的原始代理上的日志条目:
1580391693: OpenSSL Error: error:14094412:SSL routines:SSL3_READ_BYTES:sslv3 alert bad certificate
1580391693: OpenSSL Error: error:140940E5:SSL routines:SSL3_READ_BYTES:ssl handshake failure
上面写着bad certificate
,但是正如我上面提到的,它是我成功从客户端订阅时使用的同一证书文件