[pve-devel] [PATCH spiceterm] change TLS cipher suite to 'HIGH'

Fabian Grünbichler f.gruenbichler at proxmox.com
Wed Jan 11 15:51:41 CET 2017


Signed-off-by: Fabian Grünbichler <f.gruenbichler at 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





More information about the pve-devel mailing list