-
Hi, I need to use MQTT over TLS to access some device that doesn't support no-tls connectivity.
What I need to achieve is the following in Micropython, so may not require the full TLS functionality: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Answering for others who may need it in the future:
|
Beta Was this translation helpful? Give feedback.
Answering for others who may need it in the future:
embedded_tls
can be used for TLS 1.3 - both sync and asyncesp-mbedtls
can be used for TLS 1.2 - both sync and asyncrustls
will be available in the future, already in the work