peterhinch / micropython-mqtt

A 'resilient' asynchronous MQTT driver. Recovers from WiFi and broker outages.
MIT License
549 stars 116 forks source link

TLS Example #70

Closed Tangerino closed 2 years ago

Tangerino commented 2 years ago

Any example on how to use a client side secure connection? The scenario is:

With this configuration in place, everything is working properly.

How do I use this library, along the 3 files in the above example? (cafife, cert and key)

Any help is would be very appreciated.