cerk
cerk copied to clipboard
MQTT Mosquitto Port: Add TLS support
Currently,
mosquitto_client
is compiled with theWITH_TLS
flag set tono
. This means users ofmosquitto-client-wrapper
are not able to open secure connections. https://github.com/ce-rust/mosquitto-client-wrapper/issues/9
This means that the MQTT Mosquitto Port is currently not able to support TLS.