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
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?
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
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
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