HAProxy SSL Pass-Through Configuration: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 15: | Line 15: | ||
mode tcp | mode tcp | ||
default_backend nodes | default_backend nodes | ||
==iptables Considerations== | |||
If the host HAProxy is deployed on runs [[iptables]], access to ports 80 and 443 has to be explicitly open as follows: |
Revision as of 01:54, 4 July 2017
Internal
Overview
Frontend Configuration
frontend localhost bind *:80 bind *:443 option tcplog mode tcp default_backend nodes
iptables Considerations
If the host HAProxy is deployed on runs iptables, access to ports 80 and 443 has to be explicitly open as follows: