Это мой файл mosquitto.conf:< /p>
Код: Выделить всё
# Certificate listener
listener 8883
cafile /etc/mosquitto/certs/ca.crt
certfile /etc/mosquitto/certs/server.crt
keyfile /etc/mosquitto/certs/server.key
require_certificate true
use_identity_as_username false
tls_version tlsv1.3
persistence true
persistence_location /var/lib/mosquitto/
log_dest file /var/log/mosquitto/mosquitto.log
Код: Выделить всё
1731342042: OpenSSL Error[0]: error:0A000102:SSL routines::unsupported protocol
1731342042: Client disconnected: Protocol error.
1731342043: Client connection from 172.25.32.1 failed: error:0A000102:SSL routines::unsupported protocol.
Код: Выделить всё
OpenSSL 3.0.13 30 Jan 2024 (Library: OpenSSL 3.0.13 30 Jan 2024)
Подробнее здесь: https://stackoverflow.com/questions/791 ... rtificates