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.
SSL: CERTIFICATE_VERIFY_FAILED Error #5668
Comments
|
Post the full output you get when running with |
|
|
That's not an issue with youtube-dl, it's caused by the openssl installed with Homebrew. Try with the solutions listed in these comments: #5317 (comment) and #5317 (comment). |
|
I'm getting the same problem, neither adding the Equifax certificate manually to /usr/local/openssl/etc/certs (and rehashing the certs) or reinstalling OpenSSL has helped. openssl: stable 1.0.2a-1 (bottled) |
|
@stewartadam what happens if you install wget with Homebrew and run |
|
Interesting, I had Homebrew's wget installed already but did a reinstall just in case. YouTube now works fine (both from wget and youtube-dl) however SoundCloud still fails:
|
|
I also get the same for soundcloud, but it works with Safari and Firefox. As I said this is not a problem in youtube-dl (as you can see, it also fails with wget), but with the openssl provided by Homebrew. |
Attempting to use on soundcloud.com results in:
ERROR: Unable to download JSON metadata: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)> (caused by URLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)'),))Similar issue for youtube.com:
ERROR: Unable to download webpage: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)> (caused by URLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)'),))Using version
2015.05.10with Python2.7.9.