ussl (TLS/SSL) is not implemented yet on Pico 2 W
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
windows port: no module named ussl
I built windows port from source using visual studio 2019, full success during the build, can execute micropython, interact with REPL passes tests all per README.s here. Went through and tools/bootstrap_upip.sh successfully using cygwin on windows. If i try to run upip now, i always get
/cygdrive/D/bammi/src/micropython/ports/windows/micropython.exe -m upip.py -help
Traceback (most recent call last):
File "upip.py", line 109, in <module>
ImportError: no module named 'ussl'
I cant see anthing resembling ussl in the library either.
Does ussl not exist in the windows port.
thanks
bammi