[Pkg-openssl-devel] Bug#665452: Bug#665452: openssl > 1.0.0 breaks python-cloudfiles

Joar Wandborg joar at wandborg.se
Wed Apr 25 08:30:07 UTC 2012


Hello, to replicate this error: install the python-cloudfiles package (i'm on wheezy), then
run:

#!/usr/bin/env python
import cloudfiles

connection = cloudfiles.get_connection(
    username='fakeusername',
    api_key='f7k34P1k3Y')


/Joar

On Mon, Apr 23, 2012 at 11:10:36PM +0200, Kurt Roeckx wrote:
> On Mon, Apr 23, 2012 at 09:16:34PM +0200, Joar Wandborg wrote:
> > I get the following errors in python
> > 
> > (mediagoblin)joar at lina:~/git/mediagoblin$ python
> > Python 2.7.2+ (default, Oct  4 2011, 20:06:09) 
> > [GCC 4.6.1] on linux2
> > Type "help", "copyright", "credits" or "license" for more information.
> > >>> import cloudfiles
> > >>> conn = cloudfiles.get_connection(username='blah', api_key='dah')
> [...]
> >   File "/usr/lib/python2.7/ssl.py", line 296, in do_handshake
> >     self._sslobj.do_handshake()
> > ssl.SSLError: [Errno 1] _ssl.c:503: error:14077102:SSL routines:SSL23_GET_SERVER_HELLO:unsupported protocol
> 
> I'm not sure how this is relavate to the bug report?  I will
> clearly need more details other than that it gives you an error,
> like what site are you trying to connect to, what protocol do you
> want to use?
> 
> 
> Kurt
> 





More information about the Pkg-openssl-devel mailing list