]> git.proxmox.com Git - qemu-server.git/commitdiff
change TLS cipher suite to HIGH
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 11 Jan 2017 14:51:42 +0000 (15:51 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 31 Jan 2017 12:38:20 +0000 (13:38 +0100)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/QemuServer.pm

index efafd800ab92acaff7dfcdea92ee27b10438d9b2..de6a62990727399b8e25701ebd713eaf2be4b51d 100644 (file)
@@ -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";