mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 08:55:18 +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},
|
policy => $proxyconf->{POLICY},
|
||||||
ssl => {
|
ssl => {
|
||||||
cipher_list => $proxyconf->{CIPHERS},
|
cipher_list => $proxyconf->{CIPHERS},
|
||||||
|
ciphersuites => $proxyconf->{CIPHERSUITES},
|
||||||
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',
|
||||||
honor_cipher_order => $proxyconf->{HONOR_CIPHER_ORDER},
|
honor_cipher_order => $proxyconf->{HONOR_CIPHER_ORDER},
|
||||||
|
Loading…
Reference in New Issue
Block a user