mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 21:28:40 +00:00
fix #3790: pass TLS 1.3 ciphersuites if set
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
758690bf4d
commit
ff65c92931
@ -105,6 +105,7 @@ sub init {
|
||||
policy => $proxyconf->{POLICY},
|
||||
ssl => {
|
||||
cipher_list => $proxyconf->{CIPHERS},
|
||||
ciphersuites => $proxyconf->{CIPHERSUITES},
|
||||
key_file => '/etc/pve/local/pve-ssl.key',
|
||||
cert_file => '/etc/pve/local/pve-ssl.pem',
|
||||
honor_cipher_order => $proxyconf->{HONOR_CIPHER_ORDER},
|
||||
|
Loading…
Reference in New Issue
Block a user