]> git.proxmox.com Git - pmg-api.git/commitdiff
pass TLS 1.3 ciphersuites if set
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 17 Dec 2021 13:00:14 +0000 (14:00 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 3 Feb 2022 10:30:19 +0000 (11:30 +0100)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/PMG/Service/pmgproxy.pm

index 0efde23ab4c60fa41effcf5e4ebd1a3e5e9691ea..cde6d3c81665a72f3180cee9e96128d3a6fd9c3d 100755 (executable)
@@ -104,6 +104,7 @@ sub init {
            cert_file => '/etc/pmg/pmg-api.pem',
            dh => 'skip2048',
            cipher_list => $proxyconf->{CIPHERS},
+           ciphersuites => $proxyconf->{CIPHERSUITES},
            honor_cipher_order => $proxyconf->{HONOR_CIPHER_ORDER},
        },
        compression => $proxyconf->{COMPRESSION},