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

SSL Issue with HTTPS Proxy setting #3005

Closed
PureL1F3 opened this issue May 29, 2014 · 1 comment
Closed

SSL Issue with HTTPS Proxy setting #3005

PureL1F3 opened this issue May 29, 2014 · 1 comment

Comments

@PureL1F3
Copy link

@PureL1F3 PureL1F3 commented May 29, 2014

I was getting the following SSL error running extract_info on a vimeo URL. I had an https proxy setup on the youtube_dl.

I googled and came across this stackoverflow and removed the https proxy from my settings and the issue went away:
http://stackoverflow.com/questions/14390605/python-requests-ssl-issue

Maybe a bug nobodys come across yet?


$ url = 'http://vimeo.com/79681921'
$ result = ydl.extract_info(url, download=False)
[vimeo] 79681921: Downloading webpage
ERROR: Unable to download webpage: <urlopen error [Errno 1] _ssl.c:507: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol>
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 531, in extract_info
self.report_error(compat_str(de), de.format_traceback())
File "/usr/local/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 405, in report_error
self.trouble(error_message, tb)
File "/usr/local/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 375, in trouble
raise DownloadError(message, exc_info)
youtube_dl.utils.DownloadError: ERROR: Unable to download webpage: <urlopen error [Errno 1] _ssl.c:507: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol>


Specs:
OS - Linux
Python - 2.7.6
URL - http://vimeo.com/79681921

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jul 9, 2016

Obviously the problem is with your proxy. youtube-dl works fine with https proxies.

@dstftw dstftw closed this Jul 9, 2016
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.