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

This commit is contained in:
Dietmar Maurer 2013-07-24 06:56:45 +02:00
parent cf17066765
commit 008ff5d8bf

View File

@ -92,6 +92,7 @@ eval {
logfile => '/var/log/pveproxy/access.log',
lockfile => $lockfile,
ssl => {
cipher_list => 'HIGH:MEDIUM:!aNULL:!MD5',
key_file => '/etc/pve/local/pve-ssl.key',
cert_file => '/etc/pve/local/pve-ssl.pem',
},