From 7498d9325826dbac357221da20d037daed75858f Mon Sep 17 00:00:00 2001
From: pierreozoux <pierre@ozoux.net>
Date: Sun, 1 Apr 2018 15:40:17 +0200
Subject: [PATCH] Remove ssl-v3

---
 templates/haproxy.cfg.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/haproxy.cfg.tmpl b/templates/haproxy.cfg.tmpl
index 611e0e0..cf6748f 100644
--- a/templates/haproxy.cfg.tmpl
+++ b/templates/haproxy.cfg.tmpl
@@ -30,7 +30,7 @@ frontend http-in
 
 frontend https-in
 mode http
-  bind *:443 ssl no-sslv3 crt /etc/haproxy/certs alpn h2,http/1.1
+  bind *:443 ssl crt /etc/haproxy/certs alpn h2,http/1.1
   reqadd X-Forwarded-Proto:\ https
   rspadd X-Frame-Options:\ SAMEORIGIN # OR DENY
   rspadd X-XSS-Protection:\ 1;\ mode=block
-- 
GitLab