DennisOSRM / hms-mqtt-publisher

HMS-XXXXW-2T MQTT publisher and Home Assistant addon
BSD 2-Clause "Simplified" License
111 stars 16 forks source link

Implement initial TLS support #93

Closed DennisOSRM closed 6 months ago

DennisOSRM commented 7 months ago

With this patch one can add the linetls = true to config.toml and the tool will connect via TLS and new default port 8883 to the MQTT instance.

DennisOSRM commented 7 months ago

implements #90, #55.