Skip to content
Discussion options

You must be logged in to vote

In MicroPython ssl is a wrapper for tls. All handshakes are TLS.

You should use the ssl module in MicroPython because all standard libraries and examples refer to it by that name, even though it implements TLS protocols.

Of course, you can use tls directly if you want and know what you're doing.

Please take a look at https://github.com/shariltumin/ssl-tls-examples-micropython

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Josverl
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
Labels
None yet
3 participants