shawwwn/uMail

Trying to get this work but get this handshake error - no clue what to do

johncblacker opened this issue · 4 comments

I'm getting the following error and don't know how to fix:


mbedtls_ssl_handshake error: -71

Traceback (most recent call last):

File "V:\xfer-to-ubuntu\lemariva\timelapse\uMail\uMail-master\uMail-master\examples\example_basic.py", line 18, in

File "/lib/umail.py", line 46, in init

OSError: [Errno 5] EIO
******************************************** end of error output *****************************
Do you have any clues that will help me?

This depends on the underlying implementation of the ussl module in micropython.
It's beyond the scope of this tool. I'm afraid you need to reach micropython developers.

A quick search(micropython/micropython#5543) reveals that it was mostly likely due a regression in the esp32 sdk(the thing micropython builds on).
Maybe trying it out on some older versions of micropython?