R. David Murray added the comment:
This isn't a bug in Python, it is a bug in your particular *installation* of
Python (or OpenSSL). Your best resource for getting help resolving this would
be to post to the python-list mailing list, or to a support forum for your
particular Linux distributio
New submission from soumen ganguly:
>>import urllib2
>>urllib2.urlopen('https://example.com')
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py",