*** This bug is a duplicate of bug 965371 ***
https://bugs.launchpad.net/bugs/965371
Thanks for the diagnosis.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1017976
Title:
Python Urllib2 Unable
** Changed in: python-defaults (Ubuntu)
Status: Invalid => New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1017976
Title:
Python Urllib2 Unable to Open HTTPS URL
To manage notifications ab
*** This bug is a duplicate of bug 965371 ***
https://bugs.launchpad.net/bugs/965371
This isn't specific to urllib2, it's related to the fact that openssl
now ships with TLSv1.1, and that particular site doesn't handle TLSv1.1.
It's basically a dupe of bug 965371
** This bug has been marked
Should a bad SSL configuration completely block urllib? The identical
Python install on Fedora is able to access that URL without error, which
would imply that the SSL configuration isn't entirely the issue.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is s
Not caused by python, just a wrong SSL configuration on that client:
See output of
openssl s_client -connect www1.pplweb.com:443
vs output of
openssl s_client -connect google.com:443
** Changed in: python-defaults (Ubuntu)
Status: New => Invalid
--
You received this bug notification be
seen in raring too, with both Python and Python3. getting the website
using curl works.
** Also affects: openssl (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchp
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1017976
Title:
Python Urllib2 Unable to Open HTTPS URL
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-de