SSL routines:SSL23_GET_SERVER_HELLO:unsupported protocol
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openssl (Ubuntu) |
Undecided
|
Unassigned |
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:/
<!DOCTYPE html>
$ GET "https:/
Can't connect to api.dailymotion
LWP::Protocol:
Python throws essentially the same error. These work in lucid, and were working in precise, until very recently.
graingert (tagrain) wrote : | #2 |
$ GET "https:/
Can't connect to browserid.org:443
LWP::-Protocol:
is this a duplicate of bug 861137
affects: | ubuntu → openssl (Ubuntu) |
graingert (tagrain) wrote : | #3 |
ubuntu 12.04
I don't get this issue in wget, curl or openssl
But I do get this issue in python and GET
import requests
requests.post("https:/
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/
return request('post', url, data=data, **kwargs)
File "/usr/local/
return s.request(
File "/usr/local/
r.send(
File "/usr/local/
raise SSLError(e)
requests.
Shane Tomlinson (stomlinson-r) wrote : | #4 |
I am attaching two files to add more information to this bug. I used ssldump to capture the handshake between the client machine and https:/
The file named curl_capture.txt is captured from a curl https:/
The file named GET_capture.txt is captured from GET https:/
Shane Tomlinson (stomlinson-r) wrote : | #5 |
Launchpad Janitor (janitor) wrote : | #6 |
Status changed to 'Confirmed' because the bug affects multiple users.
Changed in openssl (Ubuntu): | |
status: | New → Confirmed |
tags: | added: precise regression-release |
Cerin (chrisspen) wrote : | #7 |
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:
My case may be related be related to http://
I'm using Python 2.7.3 on Ubuntu 12.04.
Thank you for taking the time to report this bug and helping to make Ubuntu better. It seems that your bug report is not filed about a specific source package though, rather it is just filed against Ubuntu in general. It is important that bug reports be filed about source packages so that people interested in the package can find the bugs about it. You can find some hints about determining what package your bug might be about at https:/ /wiki.ubuntu. com/Bugs/ FindRightPackag e. You might also ask for help in the #ubuntu-bugs irc channel on Freenode.
To change the source package that this bug is filed about visit https:/ /bugs.launchpad .net/ubuntu/ +bug/966058/ +editstatus and add the package name in the text box next to the word Package.
[This is an automated message. I apologize if it reached you inappropriately; please just reply to this message indicating so.]