[pmg-devel] [PATCH pmg-api 1/2] pass TLS 1.3 ciphersuites if set

Fabian Grünbichler f.gruenbichler at proxmox.com
Fri Dec 17 14:00:14 CET 2021


Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
requires http-server patches
https://lists.proxmox.com/pipermail/pve-devel/2021-December/051227.html

 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.30.2





More information about the pmg-devel mailing list