Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

switch proxy_protocol option -> proxy_protocol_port #788

Closed
pjenvey opened this issue Jan 25, 2017 · 0 comments · Fixed by #789
Closed

switch proxy_protocol option -> proxy_protocol_port #788

pjenvey opened this issue Jan 25, 2017 · 0 comments · Fixed by #789

Comments

@pjenvey
Copy link
Member

pjenvey commented Jan 25, 2017

ELB health checks are incompatible with its proxy protocol option (it won't use the proxy protocol for the health check):

https://forums.aws.amazon.com/thread.jspa?messageID=738720

To workaround this we need to expose both a proxy protocol enabled port and another port without the proxy protocol for the status check. To keep it simple we'll just make a proxy_protocol_port option to specify an alternate port, exposing everything twice.

@pjenvey pjenvey self-assigned this Jan 25, 2017
pjenvey added a commit that referenced this issue Jan 25, 2017
now toggles exposing a separate port w/ proxy protocol handling

fixes #788
pjenvey added a commit that referenced this issue Jan 27, 2017
now toggles exposing a separate port w/ proxy protocol handling

fixes #788
bbangert pushed a commit that referenced this issue Jan 27, 2017
now toggles exposing a separate port w/ proxy protocol handling

fixes #788
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants