"ssl certificate expired" trying to install Micropython firmware
See original GitHub issueI was following along with this video and tried to update my firmware using Thonny. When I clicked Install
, my IDE attempts to download micropython but it fails with a “certificate expired” error.
To get around it for now, I just installed Micropython manually from the Raspberry Pi Pico Getting Started page. After launching Thonny, I was automatically connected and could run commands in the REPL and run programs using “Run current Script”, F5
.
Is the SSL cert something I can fix on my end?
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (4 by maintainers)
Top Results From Across the Web
Loading packages from Thonny - MicroPython Forum (Archive)
When I try to install a package from "Manage Packages" I get: ... certificate verify failed: certificate has expired (_ssl.c:1091)
Read more >Pico won't install MicroPython - Raspberry Pi Forums
When I try to "install or update firmware" from "Thonny ... certificate verify failed: certificate has expired (_ssl.c:1091)>
Read more >Raspberry Pi Error : certificate verify failed - Reddit
It looks like Thonny is trying to download something from micropython.org but the certificate looks expired (googleable acronyms: SSL, HTTPS, ...
Read more >"Certificate verify failed: certificate has expired (_ssl.c ...
Go to discord.com with Internet Explorer (Ran as Administrator); Click the lock on the top right; Click view certificates; Install one. However, ...
Read more >How to fix Python SSL CERTIFICATE_VERIFY_FAILED
On a router with merlin firmware, I installed entware and python, ... ERROR: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That’s really strange. In my Windows 10 machine I can download it without problems. Can you download from this URL directly: https://micropython.org/resources/firmware/rp2-pico-20210202-v1.14.uf2 ?
Ran into this issue on my windows 11 machine but works fine on my Macbook pro.