haproxy/include
Emeric Brun 2c86cbf753 MINOR: ssl: add statement to force some ssl options in global.
Adds global statements 'ssl-default-server-options' and
'ssl-default-bind-options' to force on 'server' and 'bind' lines
some ssl options.

Currently available options are 'no-sslv3', 'no-tlsv10', 'no-tlsv11',
'no-tlsv12', 'force-sslv3', 'force-tlsv10', 'force-tlsv11',
'force-tlsv12', and 'no-tls-tickets'.

Example:
      global
        ssl-default-server-options no-sslv3
        ssl-default-bind-options no-sslv3
2014-10-30 17:06:29 +01:00
..
common MINOR: sample: add "json" converter 2014-10-26 06:41:12 +01:00
import
proto BUG/MEDIUM: http: adjust close mode when switching to backend 2014-09-30 18:44:22 +02:00
types MINOR: ssl: add statement to force some ssl options in global. 2014-10-30 17:06:29 +01:00