Since is it possible now to use TLS with the MQTT Controller (I know, just encrypted traffic, nothing else for now)
I enabled in the controller settings "TLS".
Now I'm trying to config my mosquitto that it accepts those encrypted traffic but I don't get it to work.....
I tried the following config:
Code: Select all
listener 8883 192.168.12.2
tls_version tlsv1.1 tlsv.1.2 tlsv.1.3
require_certificate false
allow_anonymous false
acl_file /etc/mosquitto/AccessControlFile.txt
password_file /etc/mosquitto/Passwords.txt
Any hints?