2010/11/15 Tomaž Muraus <[email protected]> > 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 "<stdin>", line 1, in <module> > 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 > >>> -- Jed Smith [email protected]
