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

downloading movies from TVP VOD are not working anymore [SSL: CERTIFICATE_VERIFY_FAILED] #25571

Open
Anonymous123456789012 opened this issue Jun 7, 2020 · 5 comments

Comments

@Anonymous123456789012
Copy link

@Anonymous123456789012 Anonymous123456789012 commented Jun 7, 2020

Checklist

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

Verbose log


C:\Users\User>C:\Users\User\Desktop\youtube-dl.exe -v https://
vod.tvp.pl/video/polskie-100-lat,odc-25-stalinizm-w-polsce,46709363
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://vod.tvp.pl/video/polskie-100-lat,odc-
25-stalinizm-w-polsce,46709363']
[debug] Encodings: locale cp1250, fs mbcs, out cp852, pref cp1250
[debug] youtube-dl version 2020.06.06
[debug] Python version 3.4.4 (CPython) - Windows-7-6.1.7601-SP1
[debug] exe versions: none
[debug] Proxy map: {}
[tvp] 46709363: Downloading webpage
ERROR: Unable to download webpage: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILE
D] certificate verify failed (_ssl.c:600)> (caused by URLError(SSLError(1, '[SSL
: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)'),))
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpd0boo4
lk\build\youtube_dl\extractor\common.py", line 627, in _request_webpage
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpd0boo4
lk\build\youtube_dl\YoutubeDL.py", line 2238, in urlopen
  File "C:\Python\Python34\lib\urllib\request.py", line 464, in open
  File "C:\Python\Python34\lib\urllib\request.py", line 482, in _open
  File "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpd0boo4
lk\build\youtube_dl\utils.py", line 2736, in https_open
  File "C:\Python\Python34\lib\urllib\request.py", line 1185, in do_open


C:\Users\User>

Description

I'm unable to download movie from VOD TVP website page - https://vod.tvp.pl/video/polskie-100-lat,odc-25-stalinizm-w-polsce,46709363
Oddly it worked fine some time ago, so this website page probably changed something.

I'm also using youtube-dl-gui-0.4 with latest youtube-dl 2020.06.06 and have same error like with only youtube-dl 2020.06.06:

[06/07/20 16:26:12] 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)'),))

Workaround

Add --no-check-certificate as command line option.

@Anonymous123456789012 Anonymous123456789012 changed the title downloading movies from TVP VOD are not working anymore downloading movies from TVP VOD are not working anymore [SSL: CERTIFICATE_VERIFY_FAILED] Jun 7, 2020
@cancerousname69
Copy link

@cancerousname69 cancerousname69 commented Jun 7, 2020

Are you certain that your system time is correct? Either way, this is the website's fault, not youtube-dl's.

@DevKyleS
Copy link

@DevKyleS DevKyleS commented Jun 7, 2020

I'm able to replicate this, and this is an issue with their website, not your system or this tool.
However, this is due to Sectigo's (aka COMODO) AddTrust External CA Root certificate expiring and their cross-signed certs are not trusted in most systems (eg, Windows in this case)
After installing their cross-signed cert I confirmed I was not getting the CERTIFICATE_VERIFY_FAILED error anymore

Workarounds

Related issues

@ValZapod
Copy link

@ValZapod ValZapod commented Jun 10, 2020

Just update to latest 1.1.1 Openssl, it will be fixed there. Or gnutls with this commit https://gitlab.com/gnutls/gnutls/-/issues/1008

@DevKyleS
Copy link

@DevKyleS DevKyleS commented Aug 23, 2020

Since this is an external issue, we can close?

@ValZapod
Copy link

@ValZapod ValZapod commented Aug 24, 2020

Since this is an external issue, we can close?

This is a very important issue. So IMHO, no.

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
4 participants
You can’t perform that action at this time.