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 · ISSUE
Feature request SSL/ussl Arduino Nano RP2040 (rp2)
enhancementport-rp2
It seems that the current build for Arduino Nano RP2040 (rp2) doesn't have ussl/SSL enabled during the build making it useless if one would like to contact a web server over HTTPS.
I was able to c/p the usocket.py file available in the micropython-lib repo, but this one will automatically try to load the ussl/ssl module for creating the requests over TLS.
Is it possible to recompile or enable the ussl/ssl module for a new build?
Thanks