Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Allowing Jetty Proxy protocol support to fallback to regular HTTP

Hi,

On Fri, Apr 1, 2016 at 8:11 PM, Steven Schlansker
<stevenschlansker@xxxxxxxxx> wrote:
> In our case, we have an AWS ELB configured to do TCP passthrough, and as such we lose our
> client's IP.  We'd like to upgrade, but currently we can neither add Proxy to the ELB
> first (since that would ruin our non-Proxy-aware Jetty setup) nor can we add Proxy
> to Jetty, since that would ruin our existing non-Proxy ELB connections.

I am not sure I understand.

If the ELB does not send the PROXY bytes, then the server does not
need PROXY support.
If the ELB sends the PROXY bytes, then you need PROXY support on the server.

I don't understand how you can have a mixed situation.
Do you have traffic that does not come from the ELB that would hit the
server without PROXY bytes ?
If so, why don't you just use another connector on a different port ?

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top