Bug #2809

HostSubject needs to be retrieved via RHEV API and included with the other spice-xpi settings to connect in some cases
Description
I have a new RHEV cluster where spice-xpi is refusing to connect. I stuffed the HostSubject in with the other options being sent to the plugin and suddenly it works. I'm not sure why in most cases it works without, and in this one it doesn't, except possibly that this rhev setup is new and completely up to date so it might be a requirement in 3.2 or in one of the latest updates for it.
Anyway, vms have a link to the host they're running on which in turn contain their subject, so it should be possible to pull in via the api
Associated revisions
History
#1
Updated by Anonymous over 9 years ago
I actually happened across a CloudForms article by complete accident, and it made mention of SSL problems in RHEV 3.1+.
In /usr/share/ovirt-engine/service/engine-service.xml.in the protocol option in the ssl tag can be changed to SSLv3,TLSv1 as another option. I gather in newer installs the default is TLSv1 which differs from older versions.
#2
Updated by Dominic Cleal over 9 years ago
- Assignee set to Anonymous
- Status changed from New to Ready For Testing
- Target version set to 1.3.0
#3
Updated by Anonymous over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 36a6345d59f5d902363865aeeb9e3dfc22ed350d.
fixes #2809 - send host subject as xpi opt to prevent ssl connect errors