mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-07 10:39:49 +00:00
pveproxy: use same cipher list as debian apache ssl.conf
This commit is contained in:
parent
cf17066765
commit
008ff5d8bf
@ -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',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user