ipopo icon indicating copy to clipboard operation
ipopo copied to clipboard

Enable TLS in Pelix MQTT client

Open drem-darios opened this issue 9 years ago • 1 comments

The MQTT client should provide a way to configure TLS encryption and authentication options on the underlying paho mqtt client.

drem-darios avatar Mar 14 '16 04:03 drem-darios

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.

tcalmant avatar Mar 14 '16 09:03 tcalmant