dbudwin/RoboHome-Web

Add support for passing MQTT messages over TLS

Closed this issue · 1 comments

The library used for MQTT already supports TLS, we just need to take advantage of it: https://github.com/McFizh/libMQTT

Specifically, it looks like the function is called setCryptoProtocol() in that library.

Fixed in #129.