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.
NHL fails when behind firewall "urlopen error [Errno 1] _ssl.c:504: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure" #9300
Comments
|
UPDATE: The URL sometimes works from behind firewall when running under Python 3.x (fails with 2.x) <urlopen error [SSL: CERTIFICATE_VERIFY C:\Transmogrifier>youtube-dl.py -v https://www.nhl.com/lightning/video/jon-coope |
If I attempt to download from the URL:
https://www.nhl.com/lightning/video/jon-cooper-pc-041216/t-277437434/c-43457803
when NOT behind a firewall it works correctly.
However if I attempt the same URL from behind a firewall it is blocked (yes I can I view the video in a browser from behind firewall)
youtube-dl.py -U "https://www.nhl.com/lightning/video/jon-cooper-pc-041216/t-277437434/c-43457803"
youtube-dl is up-to-date (2016.04.24)
[nhl.com] 43457803: Downloading JSON metadata
ERROR: Unable to download JSON metadata: <urlopen error [Errno 1] _ssl.c:504: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure> (caused by URLError(SSLError(1, '_ssl.c:
504: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure'),))
same error as #5366
maybe?
Thanks
Ringo
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.04.24. 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:
pls see: #5366
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
-vflag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
https://www.nhl.com/lightning/video/jon-cooper-pc-041216/t-277437434/c-43457803
Description of your issue, suggested solution and other information
see above