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 ef94cfec6c
commit 60172a9333

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',
},