From 387cc196e700c30b2bb4238a362e36ad2435ee2c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 17 Dec 2021 14:00:14 +0100 Subject: [PATCH] pass TLS 1.3 ciphersuites if set MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- src/PMG/Service/pmgproxy.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PMG/Service/pmgproxy.pm b/src/PMG/Service/pmgproxy.pm index 0efde23..cde6d3c 100755 --- a/src/PMG/Service/pmgproxy.pm +++ b/src/PMG/Service/pmgproxy.pm @@ -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}, -- 2.39.2