mirror of
git://git.proxmox.com/git/spiceterm.git
synced 2025-08-22 18:17:13 +00:00
change TLS cipher suite to 'HIGH'
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
dc0ff83b9d
commit
9d53e3328e
2
screen.c
2
screen.c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user