From 5ff2bb065a6b6d0c90434c99d656aa327431d2ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 11 Jan 2017 15:51:42 +0100 Subject: [PATCH] change TLS cipher suite to HIGH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- PVE/QemuServer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index efafd800..de6a6299 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -3167,7 +3167,7 @@ sub config_to_command { my $pfamily = PVE::Tools::get_host_address_family($nodename); $spice_port = PVE::Tools::next_spice_port($pfamily); - push @$devices, '-spice', "tls-port=${spice_port},addr=localhost,tls-ciphers=DES-CBC3-SHA,seamless-migration=on"; + push @$devices, '-spice', "tls-port=${spice_port},addr=localhost,tls-ciphers=HIGH,seamless-migration=on"; push @$devices, '-device', "virtio-serial,id=spice$pciaddr"; push @$devices, '-chardev', "spicevmc,id=vdagent,name=vdagent";