Hi,
How do I force Portal for ArcGIS 11.4 Linux to run exclusively on port 7080?
The port is open and the service is listening on port 7080, but the browser automatically redirects to port 7443. This configuration is required due to network policies that require scanning of unencrypted traffic.
Is this configuration even possible for Portal for ArcGIS? OAuth require encryption and traffic on port 7443?
I have configured ArcGIS Server to run on port 6080 without any issues.
Encryption is handled at the load balancer (WebContext) level - redirect:
https://myenterprise.domain.com/portal -> portal.host.local:7080
https://myenterprise.domain.com/server -> arcgisserver.host.local:6080
Thanks