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

SSL3_GET_SERVER_CERTIFICATE:certificate verify failed #4994

Open
llper opened this issue Feb 18, 2015 · 0 comments
Open

SSL3_GET_SERVER_CERTIFICATE:certificate verify failed #4994

llper opened this issue Feb 18, 2015 · 0 comments

Comments

@llper
Copy link

@llper llper commented Feb 18, 2015

While trying on my qnap I get:
[~/tempmusic] # python3.2 /usr/local/bin/youtube-dl "https://www.youtube.com/playlist?list=PLivuODczBfTmwqBSyVJUCjFYVmxWVqszB" -v
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['https://www.youtube.com/playlist?list=PLivuODczBfTmwqBSyVJUCjFYVmxWVqszB', '-v']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.02.18.1
[debug] Python version 3.2.3 - Linux-3.4.6-x86_64-with-glibc2.0
[debug] exe versions: ffmpeg 0.8.10
[debug] Proxy map: {}
[youtube:playlist] PLivuODczBfTmwqBSyVJUCjFYVmxWVqszB: Downloading webpage
ERROR: Unable to download webpage: <urlopen error [Errno 1] _ssl.c:392: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed> (caused by URLError(SSLError(1, '_ssl.c:392: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed'),))
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 308, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1600, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/opt/lib/python3.2/urllib/request.py", line 368, in open
response = self._open(req, data)
File "/opt/lib/python3.2/urllib/request.py", line 386, in _open
'_open', req)
File "/opt/lib/python3.2/urllib/request.py", line 347, in _call_chain
result = func(_args)
File "/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 671, in https_open
req, *_kwargs)
File "/opt/lib/python3.2/urllib/request.py", line 1137, in do_open
raise URLError(err)

Can you advice how to work around this issue?

Regards,
D

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