adafruit / Adafruit_IO_Python

Adafruit IO Python Client Library
Other
225 stars 99 forks source link

Connecting with SSL/TLS #37

Closed NixBiks closed 6 years ago

NixBiks commented 6 years ago

Is it possible to connect securely using SSL/TLS like in this post? As far as I can see this package uses an insecure MQTT client on port 1883.

brentru commented 6 years ago

Default support for SSL/TLS will be added to the next release of this library and is currently implemented in the secure mqtt branch.