Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL: CERTIFICATE_VERIFY_FAILED on Playlists with --no-check-certificate workaround on #11293

Closed
OliverRC opened this issue Nov 25, 2016 · 2 comments
Closed

Comments

@OliverRC
Copy link

@OliverRC OliverRC commented Nov 25, 2016

  • I've verified and I assure that I'm running youtube-dl 2016.11.22

Before submitting an issue make sure you have:

  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

If the purpose of this issue is a bug report

$ youtube-dl.exe https://www.youtube.com/watch?v=PJw3eix8SnA&list=PLueuagiLstKwskpeDxYmKM6OLRiqk7OM2 --no-check-certificate -v
[youtube] PJw3eix8SnA: Downloading webpage
ERROR: Unable to download webpage: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)> (caused by URLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)'),))
'list' is not recognized as an internal or external command,
operable program or batch file.=

Description

I sit behind a corporate firewall which tends to break SSL ceritifacates. The no-check-certificate option works perfectly on single videos from Youtube but not seem to work including a playlist.
If you include a list=PLueuagiLstKwskpeDxYmKM6OLRiqk7OM2 parameter it fails with a SSL: CERTIFICATE_VERIFY_FAILED error.

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Nov 25, 2016

You need to put the URL in double quotes:

youtube-dl.exe "https://www.youtube.com/watch?v=PJw3eix8SnAlist=PLueuagiLstKwskpeDxYmKM6OLRiqk7OM2" --no-check-certificate -v

See also this FAQ entry

@yan12125 yan12125 closed this Nov 25, 2016
@OliverRC
Copy link
Author

@OliverRC OliverRC commented Nov 30, 2016

So simple! Thanks for replying, looks like it is working :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.