← index #17507Issue #8898
Likely Duplicate · medium · value 1.977
QUERY · ISSUE

ussl (TLS/SSL) is not implemented yet on Pico 2 W

openby AYUSHMITopened 2025-06-16updated 2025-07-07
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)

closedby covidiumopened 2022-07-11updated 2022-07-12
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

Keyboard

j / / n
next pair
k / / p
previous pair
1 / / h
show query pane
2 / / l
show candidate pane
c
copy suggested comment
r
toggle reasoning
g i
go to index
?
show this help
esc
close overlays

press ? or esc to close

copied