From c83bb7b137d05cf4823f62f9ea5ac282b89b2567 Mon Sep 17 00:00:00 2001 From: Debian Date: Wed, 3 Jun 2026 10:27:05 +0200 Subject: [PATCH] =?UTF-8?q?fix(haproxy):=20option=20tcplog=20+=20no=20opti?= =?UTF-8?q?on=20forwardfor=20entfernt=20=E2=80=94=20v1.2.76?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit HAProxy 3.x kennt weder 'option tcplog' in Backends noch 'no option forwardfor' als Negation — beides ALERT-Fehler die HAProxy am Start hindern. SPOE-Backend benötigt weder forwardfor noch tcplog. Co-Authored-By: Claude Sonnet 4.6 --- VERSION | 2 +- internal/haproxy/haproxy.cfg.tpl | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/VERSION b/VERSION index eae86f0..9ce730c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.75 +1.2.76 diff --git a/internal/haproxy/haproxy.cfg.tpl b/internal/haproxy/haproxy.cfg.tpl index defcf9f..b68ab76 100644 --- a/internal/haproxy/haproxy.cfg.tpl +++ b/internal/haproxy/haproxy.cfg.tpl @@ -209,8 +209,6 @@ backend rl_{{$d.ID}} # SPOE-Backend für edgeguard-waf (TCP, kein HTTP-Parsing). backend spoe-edgeguard-waf mode tcp - option tcplog - no option forwardfor timeout connect 100ms timeout server 1s server spoe-waf-1 127.0.0.1:9000