StevenRuest / async_urequests

asynchronous / synchronous urequests for micropython.
MIT License
12 stars 4 forks source link

Update ussl to ssl #4

Open jef41 opened 2 months ago

jef41 commented 2 months ago

from Micropython 1.23 a switch was made to use ssl module (https://github.com/orgs/micropython/discussions/15172). The current code leads to the message 'no module named ussl', this change resolves that issue.
Note that neither actually verifies TLS certificates