From 79c1c846326a7f7e98e116861c80b44abe6128a2 Mon Sep 17 00:00:00 2001 From: Forrest Babcock <36795216+neisw@users.noreply.github.com> Date: Fri, 27 Mar 2026 12:25:35 -0400 Subject: [PATCH] Revert "NE-2333: Add support for configurable SSL curves in HAProxy configuration" --- images/router/haproxy/conf/haproxy-config.template | 8 -------- 1 file changed, 8 deletions(-) diff --git a/images/router/haproxy/conf/haproxy-config.template b/images/router/haproxy/conf/haproxy-config.template index 5d45df9f0..b101b5ca0 100644 --- a/images/router/haproxy/conf/haproxy-config.template +++ b/images/router/haproxy/conf/haproxy-config.template @@ -131,14 +131,6 @@ global {{- end }} {{- end }} - # The user can provide a set of default supported groups using the ROUTER_CURVES variable. - # By default X25519MLKEM768, X25519, and P-256 are used. - {{- with (env "ROUTER_CURVES") }} - ssl-default-bind-curves {{ . }} - {{- else }} - ssl-default-bind-curves X25519MLKEM768:X25519:P-256 - {{- end }} - defaults {{- with $value := env "ROUTER_MAX_CONNECTIONS" "50000" }} {{- if isInteger $value }}