Fully follow haproxy PROXY protocol spec? #1647
kickster97
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Should we follow the standard? Would be some breaking changes.
https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt
says receivers "MUST NOT guess" - proxied traffic should be on a dedicated port where PROXY headers are mandatory,
separate from direct client ports.
This will reject connections from HAProxy/proxies sending ALPN, AUTHORITY, CRC32C, NOOP, UNIQUE_ID, or NETNS TLVs.
Maybe not relevant?
unknown protocols.
means "use actual socket addresses, ignore header addresses."
Beta Was this translation helpful? Give feedback.
All reactions