【发布时间】:2019-03-27 18:16:45
【问题描述】:
我在尝试使用 tls 测试 mosquitto 时收到此错误。我在 Windows 上,所以我可能有错误的命令。
C:\Program Files\mosquitto>mosquitto_sub -h localhost -p 8883 -t test --tls-version tlsv1.1 --capath /mosquitto_client/ca_certificates/ca.crt.pem --insecure --cert /mosquitto_client/certs/garage.local.crt.pem --key /mosquitto_client/certs/garage.local.key.pem
错误:设置 TLS 选项时出现问题。
【问题讨论】:
-
您必须向我们提供有关该问题的更多信息。尝试设置 TLS 参数时遇到什么错误?
-
错误正如我所说的“问题设置 TLS 选项”。