ArcGIS Server 10.7.1 fails to display services with http and 6080 port,
I installed the ArcGIS Server 10.7.1 in a scratch test machine and observed that it fails display services with http and 6080 port.
For example, in the screenshot below, as the service directory is called with the link below
http://jamalnuman:6080/arcgis/rest/services
it is switched to
https://jamalnuman:6443/arcgis/rest/services
in addition to that, the ArcGIS Web Adaptor confirms that that ArcGIS Server has been configure to accept only https requests! How?
is this by design?
Solved! Go to Solution.
This is by default; https://enterprise.arcgis.com/en/server/latest/install/windows/log-in-to-manager.htm
When you log in to ArcGIS Server Manager, your credentials are encrypted before being sent to the server. By default, ArcGIS Server communicates over HTTPS only.
If you attempt to access Manager using HTTP, you will be redirected to use HTTPS unless your site is set to use HTTP Only for its communication. To learn more, see Secure ArcGIS Server communication.
This is by default; https://enterprise.arcgis.com/en/server/latest/install/windows/log-in-to-manager.htm
When you log in to ArcGIS Server Manager, your credentials are encrypted before being sent to the server. By default, ArcGIS Server communicates over HTTPS only.
If you attempt to access Manager using HTTP, you will be redirected to use HTTPS unless your site is set to use HTTP Only for its communication. To learn more, see Secure ArcGIS Server communication.
It works fine for me! Many thanks for the help