From 725e43ef7029993c151fa3e5b2c442e78cd01b1a Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Mon, 21 Oct 2024 10:40:37 +0200
Subject: [PATCH] ansible-inventories/gentner#2490 Remove cipher configuration
 to enable TLS 1.2 also with latest LetsEncrypt certifikates

---
 templates/haproxy_cfg.jinja2 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/templates/haproxy_cfg.jinja2 b/templates/haproxy_cfg.jinja2
index 8bea2dc..25f8f13 100644
--- a/templates/haproxy_cfg.jinja2
+++ b/templates/haproxy_cfg.jinja2
@@ -8,7 +8,6 @@ global
   daemon
   ca-base /etc/haproxy/certs
   crt-base /etc/haproxy/private
-  ssl-default-bind-ciphers kEECDH+aRSA+AES:kRSA+AES:+AES256:!RC4-SHA:!kEDH:!LOW:!EXP:!MD5:!aNULL:!eNULL
   pidfile /run/haproxy.pid
 
 defaults
-- 
GitLab