Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Outdated SSL CA Root bundle on Windows #25469
Comments
|
You should see #7309 (comment) |
|
@comsomisha yeah, --no-check-certificate working, I tried that first. Seems like this one related https://bugs.python.org/issue36011 |
|
Reproduced that using Windows Sandbox. Can confirm now that this is core issue - https://bugs.python.org/issue36011 Simple workaround: open required site once in a browser that uses Windows trust store (IE/Edge/Chromium-based, but not Firefox). This will trigger required Root CA download. |
|
Another possible workaround: Use the |
|
Can confirm opening https://ytdl-org.github.io/youtube-dl/download.html in IE fixes this issue. Thank you. |
Checklist
Verbose log
Description
AddTrust External CA Root certificate expired yesterday.
https://support.sectigo.com/articles/Knowledge/Sectigo-AddTrust-External-CA-Root-Expiring-May-30-2020
Seems like ytdl dependencies for Windows has outdated CA bundle that doesn't contain USERTRust CA. That broke downloading from sites with such certificates.