Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 374763d0b5be3f5def2391a166a5a174ca18b2d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[description]
Enables the Proxy Protocol on the TLS(SSL) Connector.
http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt
This allows a Proxy operating in TCP mode to transport
details of the proxied connection to the server.
Both V1 and V2 versions of the protocol are supported.

[depend]
ssl

[xml]
etc/jetty-proxy-protocol-ssl.xml

Back to the top