I found a great script a few years ago to generate a report for the map service requests on our server:
Example: Create a report of all service requests—ArcGIS Server | Documentation for ArcGIS Enterprise
The script worked great as it was. But now I need to run it on a server that is configured for https only. The script includes a comment:
serverPort = 6080 # assumes server is enabled for HTTP access, HTTPS only sites will require (minor) script changes
Changing "serverPort = 6443" does not work. Has anyone modified this script to work with a server configured for https only?
Thanks,
Bernie.