Commit 60172a93 authored by Dietmar Maurer's avatar Dietmar Maurer

pveproxy: use same cipher list as debian apache ssl.conf

parent ef94cfec
...@@ -92,6 +92,7 @@ eval { ...@@ -92,6 +92,7 @@ eval {
logfile => '/var/log/pveproxy/access.log', logfile => '/var/log/pveproxy/access.log',
lockfile => $lockfile, lockfile => $lockfile,
ssl => { ssl => {
cipher_list => 'HIGH:MEDIUM:!aNULL:!MD5',
key_file => '/etc/pve/local/pve-ssl.key', key_file => '/etc/pve/local/pve-ssl.key',
cert_file => '/etc/pve/local/pve-ssl.pem', cert_file => '/etc/pve/local/pve-ssl.pem',
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment