pulkin / micropython

MicroPython implementation on Ai-Thinker GPRS module A9 (RDA8955)
https://micropython.org
MIT License
103 stars 30 forks source link

gprs_a9 example_31_ssl.py not working #125

Open AsadDUET opened 10 months ago

AsadDUET commented 10 months ago

This worked few days ago in the same board. but now ssl is not working. http working fine. Error message when running example_31_ssl.py :

Traceback (most recent call last): File "<stdin>", line 10, in <module> OSError: [Errno 5] EIO

what could be the problem?