GeoEvent manager on 443 behind reverse proxy

868
1
05-13-2019 07:48 AM
SchipholArchitect
New Contributor III

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)?

0 Kudos
1 Reply
CodyMarsh
Occasional Contributor

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

0 Kudos