2
0
mirror of git://git.proxmox.com/git/spiceterm.git synced 2025-08-22 02:07:24 +00:00

change TLS cipher suite to 'HIGH'

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2017-01-11 15:51:41 +01:00 committed by Wolfgang Bumiller
parent dc0ff83b9d
commit 9d53e3328e

View File

@ -762,7 +762,7 @@ spice_screen_new(SpiceCoreInterface *core, uint32_t width, uint32_t height,
char *x509_cacert_file = "/etc/pve/pve-root-ca.pem";
char *x509_key_password = NULL;
char *x509_dh_file = NULL;
char *tls_ciphers = "DES-CBC3-SHA";
char *tls_ciphers = "HIGH";
spice_screen->width = width;
spice_screen->height = height;