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)?
Hello Schiphol,
This could be due to not having the WebContextURL property being set in the ArcGIS Server Admin endpoint. The process can be found here: https://enterprise.arcgis.com/en/server/latest/deploy/windows/using-a-reverse-proxy-server-with-arcg....
With the WebContextURL set the manager should no longer redirect to the internal port.
- Cody