You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tcp+sni proxy does not work behind a router that uses the HAProxy PROXY protocol like the AWS ELB. This was first referred to in #1.
The reason is that the tcp+sni proxy does not filter out the PROXY preamble from the byte stream and the TLS code cannot decode a valid ClientHello message.
The text was updated successfully, but these errors were encountered:
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.
The tcp+sni proxy does not work behind a router that uses the HAProxy PROXY protocol like the AWS ELB. This was first referred to in #1.
The reason is that the tcp+sni proxy does not filter out the PROXY preamble from the byte stream and the TLS code cannot decode a valid ClientHello message.
The text was updated successfully, but these errors were encountered: