On Wed, Apr 25, 2012 at 11:37:53AM +0200, Joar Wandborg wrote:
> Protocol : TLSv1.1
So that's one of the known issues.
Kurt
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
After some wiresharking I've came to the conclusion that it is the host
auth.api.rackspacecloud.com:443 that is requested.
This is the output of a command similar to those mentioned before in this
bug:
joar@lina:~/git/mediagoblin$ openssl s_client -connect
auth.api.rackspacecloud.com:443
CONNEC
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 w
On Mon, Apr 23, 2012 at 09:16:34PM +0200, Joar Wandborg wrote:
> I get the following errors in python
>
> (mediagoblin)joar@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 informati
I get the following errors in python
(mediagoblin)joar@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='bl
5 matches
Mail list logo