]
Emond Papegaaij commented on WFLY-6538:
---------------------------------------
Any news on this issue? The pull request was sent 6 weeks ago, but is still not merged. It
would be really nice if this could be fixed before 10.1.
https-listener does not support proxy-address-forwarding
--------------------------------------------------------
Key: WFLY-6538
URL:
https://issues.jboss.org/browse/WFLY-6538
Project: WildFly
Issue Type: Feature Request
Components: Web (Undertow)
Affects Versions: 9.0.2.Final, 10.0.0.Final
Reporter: Emond Papegaaij
Assignee: Tomaz Cerar
HttpsListenerService explicitly passes false to its superclass for proxyAddressForwarding
and certificateForwarding, making it impossible to enable these features. For a
security-sensitive application, we need a secure connection from our proxy to WildFly and
we need WildFly to respect the headers sent by our proxy. It seems easy to support these
options by reading them in HttpsListenerAdd and passing them to HttpsListenerService,
which can simply pass them to the super constructor.