uasyncio-friendly outbound SSL connections? #10801
Replies: 3 comments 13 replies
-
A search for TLS yields many responses which you might like to study. This is something of a hot topic and I gather it can be quite difficult. In the specific case of asynchronous MQTT users have reported success and the doc gives some pointers. |
Beta Was this translation helpful? Give feedback.
-
The basic idea is to use the SSL library as a sans-IO wrapper. In the CPython standard library that's In MicroPython you might be able to teach its SSL code to work with |
Beta Was this translation helpful? Give feedback.
-
In a previous discussion it emerged that |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
One of my projects needs instances of MicroPython on RP2020 (Pico W modules), within uasyncio event loop, to:
Is this possible currently? Or will I need to just use unencrypted uasyncio sockets for now?
Beta Was this translation helpful? Give feedback.
All reactions