Bug 848046
Summary: | mandate site trustworthiness for https connections by default | ||
---|---|---|---|
Product: | [Retired] oVirt | Reporter: | David Jaša <djasa> |
Component: | ovirt-engine-cli | Assignee: | Michael Pasternak <mpastern> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | unspecified | CC: | acathrow, bazulay, dyasny, iheim, ykaul |
Target Milestone: | --- | Flags: | mpastern:
ovirt_requires_release_note?
|
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | infra | ||
Fixed In Version: | 3.1.0.6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-02-14 04:02:30 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
David Jaša
2012-08-14 12:47:03 UTC
discussion under bug 848049 revealed that httplib used by ovirt-engine-sdk does not support server certificate verification at all - see the b!6 phat warning here: [1] so the o-e-sdk will either need to modify it (similary to [2]) or use different approach. In addition, -C and -P options should require each other because specifying just one doesn't make sense and -C option needs better description (in Python documentation as well...). [1] http://docs.python.org/library/httplib.html#httplib.HTTPSConnection [2] http://code.activestate.com/recipes/577548-https-httplib-client-connection-with-certificate-v/ fixed in 3.1.0.6 |