[Bug 966058] Re: SSL routines:SSL23_GET_SERVER_HELLO:unsupported protocol
Cerin
966058 at bugs.launchpad.net
Mon Jun 25 23:01:07 UTC 2012
*** This bug is a duplicate of bug 986147 ***
https://bugs.launchpad.net/bugs/986147
I'm not sure if it's related, but I get the similar error:
urllib2.URLError: <urlopen error [Errno 1] _ssl.c:504:
error:140773E8:SSL routines:SSL23_GET_SERVER_HELLO:reason(1000)>
My case may be related be related to http://bugs.python.org/issue11220,
but the suggested fix of using a custom opener to switch to SSLv3 only
results in the error httplib.BadStatusLine: ''.
I'm using Python 2.7.3 on Ubuntu 12.04.
** Bug watch added: Python Roundup #11220
http://bugs.python.org/issue11220
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to openssl in Ubuntu.
https://bugs.launchpad.net/bugs/966058
Title:
SSL routines:SSL23_GET_SERVER_HELLO:unsupported protocol
Status in “openssl” package in Ubuntu:
Confirmed
Bug description:
When trying to access some sites over https, both python and perl in precise fall over.
Here's what happens with libwww-perl's GET:
$ GET "https://one.ubuntu.com/" | head -n1
<!DOCTYPE html>
$ GET "https://api.dailymotion.com/user/SFLTV/features?fields=url,thumbnail_small_url,title,description&limit=100&page=1"
Can't connect to api.dailymotion.com:443
LWP::Protocol::https::Socket: SSL connect attempt failed with unknown
errorerror:14077102:SSL routines:SSL23_GET_SERVER_HELLO:unsupported
protocol at /usr/share/perl5/LWP/Protocol/http.pm line 51.
Python throws essentially the same error. These work in lucid, and
were working in precise, until very recently.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/966058/+subscriptions
More information about the foundations-bugs
mailing list