Return-Path: Delivered-To: apmail-incubator-libcloud-archive@minotaur.apache.org Received: (qmail 75749 invoked from network); 24 Nov 2010 06:55:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Nov 2010 06:55:54 -0000 Received: (qmail 42142 invoked by uid 500); 24 Nov 2010 06:56:26 -0000 Delivered-To: apmail-incubator-libcloud-archive@incubator.apache.org Received: (qmail 42007 invoked by uid 500); 24 Nov 2010 06:56:23 -0000 Mailing-List: contact libcloud-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: libcloud@incubator.apache.org Delivered-To: mailing list libcloud@incubator.apache.org Received: (qmail 41999 invoked by uid 99); 24 Nov 2010 06:56:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Nov 2010 06:56:22 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [92.243.7.39] (HELO jauntuale.pietrobattiston.it) (92.243.7.39) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Nov 2010 06:56:16 +0000 Received: from [192.168.1.2] (net-188-218-151-103.cust.dsl.vodafone.it [188.218.151.103]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by jauntuale.pietrobattiston.it (Postfix) with ESMTPSA id 64F441359F for ; Wed, 24 Nov 2010 06:55:54 +0000 (UTC) From: Pietro Battiston To: libcloud@incubator.apache.org In-Reply-To: References: <1289210434.7591.89.camel@voubian.casa> <1289241616.27934.29.camel@voubian.casa> <1289599552.3068.83.camel@voubian.casa> <1289606133.3068.97.camel@voubian.casa> Content-Type: text/plain; charset="UTF-8" Date: Wed, 24 Nov 2010 07:55:45 +0100 Message-ID: <1290581745.3863.1324.camel@voubian.casa> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 8bit Subject: Re: [libcloud] SSL certs checking Any news on this matter? Pietro Il giorno mar, 16/11/2010 alle 15.25 -0500, Jed Smith ha scritto: > 2010/11/15 Tomaž Muraus > > > I have fixed the alt_names and licensing issue and added some tests. > > > My Mac doesn't like it :( > > Are you able to reproduce this against https://api.linode.com/ ? > > Python 2.6.5 (r265:79359, Mar 24 2010, 01:32:55) > > [GCC 4.0.1 (Apple Inc. build 5493)] on darwin > > Type "help", "copyright", "credits" or "license" for more information. > > >>> from libcloud.drivers.linode import LinodeNodeDriver > > >>> z = LinodeNodeDriver("1xiz...") > > >>> z.list_nodes() > > Traceback (most recent call last): > > File "", line 1, in > > File "libcloud/drivers/linode.py", line 232, in list_nodes > > data = self.connection.request(LINODE_ROOT, params=params).objects[0] > > File "libcloud/base.py", line 485, in request > > raise ssl.SSLError(str(e)) > > ssl.SSLError: [Errno 185090050] _ssl.c:326: error:0B084002:x509 certificate > > routines:X509_load_cert_crl_file:system lib > > >>> > >