Socket SSL read data #17601
Unanswered
andreyu-git
asked this question in
ESP32
Replies: 1 comment 1 reply
-
If you're interested, please take a look at this - https://github.com/shariltumin/ssl-tls-examples-micropython/blob/main/RSA/examples/client_m1.py |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm learning how to work with sockets, and I've written a simple TCP socket server with SSL support
Now I've moved on to writing a MicroPython ESP32 client.
When calling response = ssl_s.read(1024), the code freezes and issues a response only after the server resets the timeout connection.
Please tell me how to fix it! Thanks!
Beta Was this translation helpful? Give feedback.
All reactions