question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NFL (Steelers) certificate verify failed: Hostname mismatch, certificate is not valid for 'tkx2-stage.anvato.net'.

See original GitHub issue

Checklist

  • [x ] I’m reporting a broken site support
  • [x ] I’ve verified that I’m running youtube-dl version 2021.01.03
  • [x ] I’ve checked that all provided URLs are alive and playable in a browser
  • [x ] I’ve checked that all URLs and arguments with special characters are properly quoted or escaped
  • [x ] I’ve searched the bugtracker for similar issues including closed ones

Verbose log

>youtube-dl.py -v "https://www.steelers.com/video/tomlin-we-understand-the-scarcity-of-these-opportunities"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://www.steelers.com/video/tomlin-we-unde
rstand-the-scarcity-of-these-opportunities']
[debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252
[debug] youtube-dl version 2021.01.03
[debug] Python version 3.8.5 (CPython) - Windows-2008ServerR2-6.1.7601-SP1
[debug] exe versions: ffmpeg N-71727-g46778ab, rtmpdump 2.4
[debug] Proxy map: {}
WARNING: The program functionality for this site has been marked as broken, and
will probably not work.
[nfl.com] tomlin-we-understand-the-scarcity-of-these-opportunities: Downloading
webpage
[Anvato] 908922: Fetching server time
ERROR: Unable to download JSON metadata: <urlopen error [SSL: CERTIFICATE_VERIFY
_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid
for 'tkx2-stage.anvato.net'. (_ssl.c:1123)> (caused by URLError(SSLCertVerificat
ionError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostnam
e mismatch, certificate is not valid for 'tkx2-stage.anvato.net'. (_ssl.c:1123)"
)))
  File "C:\Transmogrifier\youtube-dl.py\youtube_dl\extractor\common.py", line 63
2, in _request_webpage
    return self._downloader.urlopen(url_or_request)
  File "C:\Transmogrifier\youtube-dl.py\youtube_dl\YoutubeDL.py", line 2248, in
urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "C:\Program Files\Python38\lib\urllib\request.py", line 525, in open
    response = self._open(req, data)
  File "C:\Program Files\Python38\lib\urllib\request.py", line 542, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "C:\Program Files\Python38\lib\urllib\request.py", line 502, in _call_cha
in
    result = func(*args)
  File "C:\Transmogrifier\youtube-dl.py\youtube_dl\utils.py", line 2734, in http
s_open
    return self.do_open(functools.partial(
  File "C:\Program Files\Python38\lib\urllib\request.py", line 1353, in do_open
    raise URLError(err)

Description

URL: https://www.steelers.com/video/tomlin-we-understand-the-scarcity-of-these-opportunities

Thanks, Ringo

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
fossddcommented, Jan 6, 2021

It seems that this is a issue from NFL/Steelers. They have to get an certificate for tkx2-stage.anvato.net issued. Maybe fix it by using http instead of https.

0reactions
RingoTheDogcommented, Sep 13, 2021

Came accross another examle today:

https://www.baltimoreravens.com/video/lamar-jackson-injuries-won-t-slow-down-offense

`

youtube-dl.py -v “https://www.baltimoreravens.com/video/lamar-jackson-injuries-won-t-slow-down-offense” [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: [‘-v’, ‘https://www.baltimoreravens.com/video/lamar-jackson-injuries-won-t-slow-down-offense’] [debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252 [debug] youtube-dl version 2021.06.06 [debug] Python version 3.6.6 (CPython) - Windows-10-10.0.14393-SP0 [debug] exe versions: ffmpeg 4.3.2-2021-02-02-full_build-www.gyan.dev, ffprobe 4.3.2-2021-02-02-full_build-www.gyan.dev, rtmpdump 2.4 [debug] Proxy map: {} WARNING: The program functionality for this site has been marked as broken, and will probably not work. [nfl.com] lamar-jackson-injuries-won-t-slow-down-offense: Downloading webpage [Anvato] 1090691: Fetching server time ERROR: Unable to download JSON metadata: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:841)> (caused by URLError(SSLError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:841)’),)) File “C:\Transmogrifier\youtube-dl.py\youtube_dl\extractor\common.py”, line 634, in _request_webpage return self._downloader.urlopen(url_or_request) File “C:\Transmogrifier\youtube-dl.py\youtube_dl\YoutubeDL.py”, line 2288, in urlopen return self._opener.open(req, timeout=self._socket_timeout) File “C:\Program Files\Python36\lib\urllib\request.py”, line 526, in open response = self._open(req, data) File “C:\Program Files\Python36\lib\urllib\request.py”, line 544, in _open ‘_open’, req) File “C:\Program Files\Python36\lib\urllib\request.py”, line 504, in _call_chain result = func(*args) File “C:\Transmogrifier\youtube-dl.py\youtube_dl\utils.py”, line 2737, in https_open req, **kwargs) File “C:\Program Files\Python36\lib\urllib\request.py”, line 1320, in do_open raise URLError(err) `

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pittsburgh Steelers News, Scores, Stats, Schedule - NFL.com
Get the latest Pittsburgh Steelers news. Find news, video, standings, scores and schedule information for the Pittsburgh Steelers.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found