Re: marvin over https

2013-10-08 Thread Daan Hoogland
i made an issue for form https://issues.apache.org/jira/browse/CLOUDSTACK-4832 implemented the simple solution and commit 10938612cc9f518e254f8756581548eeb52913b4 contains the hack thanks, Daan On Tue, Oct 8, 2013 at 4:23 PM, Prasanna Santhanam wrote: > Ok, this is a bug. requests lib is veri

Re: marvin over https

2013-10-08 Thread Prasanna Santhanam
Ok, this is a bug. requests lib is verifying SSL by default while cloudmonkey is probably ignoring SSL. There are two options 1) Fix marvin to accept SSL while detecting your default certs in /etc/ssl/certs? Or use an env variable 2) Ignore SSL auth from marvin. Can you please file a bug report?

Re: marvin over https

2013-10-08 Thread Daan Hoogland
H Prasanna, $ ./zoneCommand.py Traceback (most recent call last): File "./zoneCommand.py", line 91, in print "zones: " + repr(blub.listZones(conn)) File "./zoneCommand.py", line 42, in listZones resp = conn.marvin_request(lz) File "/usr/lib/python2.7/site-packages/marvin/cloudstackC

Re: marvin over https

2013-10-08 Thread Daan Hoogland
H Prasanne, I didn't get around this bit a few days. Cloudmonkey works throught the same connection. I will find some time the coming days to test this with debug enabled marvin. regards, Daan On Thu, Oct 3, 2013 at 6:22 AM, Prasanna Santhanam wrote: > On Thu, Sep 26, 2013 at 04:21:38PM +020

Re: marvin over https

2013-10-02 Thread Prasanna Santhanam
On Thu, Sep 26, 2013 at 04:21:38PM +0200, Daan Hoogland wrote: > H, > > I have some trouble getting marvin to connect to cloudstack over https. > I am supposing the following should work > conn = cloudConnection(mgmtip, apiKey=apikey, > securityKey=secretkey, logging=log, port=443, scheme="htt