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.
certificate verify failed #15165
certificate verify failed #15165
Comments
This is not a standard Homebrew Python path. Could you check if you have other package managers installed? (MacPorts, Fink, ...) |
|
I can reproduce the certificate verification failure issue on Windows 10 (youtube-dl installed through Chocolatey)
|
|
@milleniumbug: How SSL works on Windows is different. Check #7309 (comment) As there are no more responses from the original poster, I'm closing this issue. |
|
@yan12125 Can I reopen it? I'm still having a similar problem (if not the same). macOS, installed via pip3.
|
|
@jschwalbe: Most likely you are bitten by a Mac issue. Check out #11943 (comment) |
|
Thanks @yan12125. |
|
For me it was the date of the device which was set later than the certificate expiration date. So double check the date of the device you run youtube-dl |
|
Make sure you have |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.12.31. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-vflag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):Description of your issue, suggested solution and other information
I just freshly installed homebrew by issuing
and then installed youtube dl
running youtube-dl -v https://www.youtube.com/watch?v=Js3WIRF595U
it gave me the CERTIFICATE_VERIFY_FAILED error, so I did
brew uninstall youtube-dlan tried installing it via curlSame thing, I found 2 other closed issues related to reinstalling SSL, I tried that, but it still doesnt work.
I'm running
macOS Sierra 10.12