Signed-off-by: Fabian Grünbichler <f.gruenbich...@proxmox.com> --- screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/screen.c b/screen.c index 6f253d2..9072dce 100644 --- a/screen.c +++ b/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; -- 2.1.4 _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel