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

Certificate verify failed _ssl.c:590 #7650

Closed
sogen opened this issue Nov 25, 2015 · 1 comment
Closed

Certificate verify failed _ssl.c:590 #7650

sogen opened this issue Nov 25, 2015 · 1 comment

Comments

@sogen
Copy link

@sogen sogen commented Nov 25, 2015

youtube is throwing this error.
Using latest (11.24) version

Example:
youtube-dl -v https://www.youtube.com/watch?v=tFnClnkTKro

[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'https://www.youtube.com/watch?v=tFnClnkTKro']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2015.11.24
[debug] Python version 2.7.10 - Windows-7-6.1.7601-SP1
[debug] exe versions: none
[debug] Proxy map: {'ftp': 'ftp://192.168.7.3:8080', 'http': 'http://192.168.7.3:8080', 'https': 'https://192.168.7.3:8080'}
[youtube] tFnClnkTKro: Downloading webpage
ERROR: Unable to download webpage: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)> (caused by URLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)'),))
File "youtube_dl\extractor\common.pyo", line 329, in _request_webpage
File "youtube_dl\YoutubeDL.pyo", line 1878, in urlopen
File "urllib2.pyo", line 431, in open
File "urllib2.pyo", line 449, in _open
File "urllib2.pyo", line 409, in _call_chain
File "youtube_dl\utils.pyo", line 805, in https_open
File "urllib2.pyo", line 1197, in do_open

@sogen sogen changed the title Certificate verify falied _ssl.c:590 Certificate verify failed _ssl.c:590 Nov 25, 2015
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Nov 25, 2015

Duplicate of #7309, the unsafe workaround is to use --no-check-certificate.

@jaimeMF jaimeMF closed this Nov 25, 2015
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.