e06890d101
This patch adds the following SPICE-related configuration option to the 'spice' configuration group: - require_secure When set to true, libvirt will be provided with domain XML which configures SPICE VDI consoles to require secure connections (that is, connections protected by TLS). Attempts to connect without TLS will receive an error indicating they should retry the connection on the TLS port. Change-Id: Ica7083b0836f8d66cad8a4b4097613103fc91560
9 lines
347 B
YAML
9 lines
347 B
YAML
---
|
|
features:
|
|
- |
|
|
This release adds a new config option require_secure to the spice
|
|
configuration group. Defaulting to false to match the previous
|
|
behavior, if set to true the SPICE consoles will require TLS
|
|
protected connections. Unencrypted connections will be gracefully
|
|
redirected to the TLS port via the SPICE protocol.
|