[
https://issues.apache.org/jira/browse/CLOUDSTACK-4832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13817132#comment-13817132
]
ASF subversion and git services commented on CLOUDSTACK-4832:
-------------------------------------------------------------
Commit 6e1821f585df5c643873ab0ce1e7d91d1d94f00d in branch refs/heads/4.2 from
[~santhoshe]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=6e1821f ]
CLOUDSTACK-4832. Added support for https to marvin.
advanced.cfg: Contains three additional flags "useHttps,certCAPath,certPath"
for https usage in marvin for establishing cs connection. We will use the
configuraiton under advanced.cfg provided by user to establish connection over
https. If establishing the connection over https failed, then the default certs
will be used. or else raise the exception, the existing http will work as it
is when useHttps flag set to "False"
Signed-off-by: Santhosh Edukulla <[email protected]>
Signed-off-by: Prasanna Santhanam <[email protected]>
Conflicts:
tools/marvin/marvin/cloudstackConnection.py
> marvin requires cert when passing through https connections
> -----------------------------------------------------------
>
> Key: CLOUDSTACK-4832
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4832
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Affects Versions: Future
> Environment: dev
> Reporter: Daan Hoogland
> Assignee: Daan Hoogland
> Priority: Trivial
> Fix For: Future
>
>
> when working in dev or test envs with self signed certificates marvin won't
> work due to certificate validation.
> This seems overkill for a testtool. http.request get and post methods will be
> called with option verify=False
--
This message was sent by Atlassian JIRA
(v6.1#6144)