Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] regular https and proxied htps at the same time

I'm going to be running an instance of jetty in AWS. I'd like it to listen on the standard port 443 for internal https traffic, and then on port 4443 with proxy protocol enabled behind an ELB.

I'm not clear how to accomplish that? It seems adding the proxy protocol module just turns it on on the default SSL port. I need to have jetty listen on the alternative port as well and have the proxy protocol only enabled on that one.

Any guidance on the proper configuration for this would be greatly appreciated, thanks…


Back to the top