Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #177: TCP+SNI proxy does not work with PROXY protocol
The TCP+SNI proxy fails when used behind a router which uses the HAProxy PROXY protocol since it will not properly decode the ClientHello message from the TLS handshake. Adding the proxyproto listener support to the TCP listener removes fixes this.
- Loading branch information