ipopo
ipopo copied to clipboard
Enable TLS in Pelix MQTT client
The MQTT client should provide a way to configure TLS encryption and authentication options on the underlying paho mqtt client.
Hi,
The latest commit gives access to the tls_set() method from the Paho client.
It also give a direct access to the underlying Paho client, with the raw_client property.
The MQTT service doesn't support this feature and will be updated later this month.