Re: cloudmonkey tls

2015-04-14 Thread Rohit Yadav
Hi Marcus, The issue is likely related to Python and/or older versions of requests (the python http library we use). The error is simply saying that SSLv3 is not entertained by the (mgmt) server. To fix this, you can: 1. Upgrade CloudMonkey (and its dependencies, if not using latest cloudmonke

cloudmonkey tls

2015-04-13 Thread Marcus
Is anyone else having trouble running CloudMonkey against a TLS-only cloudstack? Getting: (local) 🐵 > list zones Error Connection refused by server: [Errno 1] _ssl.c:507: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure There's a lot of info about this online arou