HAProxy Configuration: Difference between revisions
Jump to navigation
Jump to search
(→tcplog) |
|||
Line 22: | Line 22: | ||
===tcplog=== | ===tcplog=== | ||
Logging is set to tcp instead of the default http. | |||
===ssl-hello-chk=== | ===ssl-hello-chk=== |
Revision as of 02:13, 4 July 2017
Internal
Overview
If installed with yum, the default configuration file is deployed in /etc/haproxy/haproxy.cfg
Configure HAProxy to Log into a File
Instructions in /etc/haproxy/haproxy.cfg. Follow and verify.
SSL Configuration
Configuration
Options
tcplog
Logging is set to tcp instead of the default http.
ssl-hello-chk
A health check that verifies the the connection and its ability to handle SSL (SSLv3 specifically) connections.
global
defaults
mode
Possible values:
http
tcp
Used to pass secure connections off to a backend server without encrypting it.