-
Notifications
You must be signed in to change notification settings - Fork 120
Description
Hi @cameronkroeker,
I was deploying Portal for ArcGIS v11.3 using Chef. After the successful execution of the Chef script, I noticed that the portal's FQDN URL, https://portal.doamin.com:7443/arcgis, was redirecting to the IP address. Upon checking the machine name in the portaladmin, it displayed the IP address instead of the hostname.
To troubleshoot this issue, I followed these steps:
- I cleaned and reinstalled the portal.
- I set the parameter ['configure_cloud_settings'] to false (which defaults to true).
- I added the hostname in the hostname.properties file.
- I manually installed the portal.
- Changed hostname.properties file instead of IP, replaced the FQDN
I have followed all the above steps, but the issue is still not resolved. All the machines are the same, yet we are only experiencing this problem with the portal. I tried to manually change the IP address to the hostname from the backend configuration file, but it automatically reverted back to the IP address when the portal service gets restarted for reference, I have attached the portal chef script, portal chef logs, and portal admin machine name screenshot