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…
_______________________________________________
jetty-users mailing list
jetty-users@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/jetty-users

Reply via email to