QUERY · ISSUE
ussl (TLS/SSL) is not implemented yet on Pico 2 W
enhancementneeds-info
Description
Unfortunately:
ussl is missing from the MicroPython build for RP2350/Pico 2 W
So when I try:
import ussl
I get:
ImportError: no module named 'ussl'
Code Size
No response
Implementation
I hope the MicroPython maintainers or community will implement this feature
Code of Conduct
Yes, I agree
CANDIDATE · PULL REQUEST
uaiohttpclient: add https support
Add https support like the urequests lib does.
Does this PR work as-is? I would expect the
usslmodule would also need to be used to wrap the socket like https://github.com/micropython/micropython-lib/commit/d120749191851fb1e00c3632204908fce55694a9And wrap a socket with the uaio is special with the handshake...
Bad commits..