I have GeoEvent behind a reverseproxy to do port translation between 6143 and 443.
This works fine for the REST interface:
https://geoevent.domain.com/geoevent/rest
However, when going to
https://geoevent.domain.com/geoevent/manager/ it redirects the page itself to 6143 ,which is forbidden at our network environment for public use.
How to configure Geoevent Manager behind a reverseproxy (or a Webadaptor if that works too)?