Disable SSLv3 in HAProxy

Change-Id: I1f81cc5700f76c90f2c8cbbcf5ec67d0559c2ed5
Partial-Bug: #1667356
This commit is contained in:
Simon Pasquier 2017-03-14 09:43:00 +01:00
parent e7f0f399e7
commit e0b6b025f7
1 changed files with 13 additions and 11 deletions

View File

@ -53,6 +53,8 @@ $global_options = {
'tune.bufsize' => $haproxy_bufsize,
'tune.maxrewrite' => $haproxy_maxrewrite,
'tune.ssl.default-dh-param' => $haproxy_ssl_default_dh_param,
'ssl-default-bind-options' => 'no-sslv3 no-tls-tickets',
'ssl-default-server-options' => 'no-sslv3 no-tls-tickets',
}
$defaults_options = {