Skip to content
Snippets Groups Projects
Commit 7498d932 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Remove ssl-v3

parent 2ef22525
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment