After following the below KB article:
HSTS Configuration for Autosys Webserver (broadcom.com)
a security scan still shows the URL and not have the HSTS configured:
Example URL be scanned.
https:///<hostname>.<domainname>.com:9443/AEWS/job/testjob
Autosys 12.x
This is default behavior for Tomcat.
To validate that the settings in the KB are set:
HSTS Configuration for Autosys Webserver (broadcom.com)
Use a curl command with a valid username and password to acess the AEWS endpoint to see the results:
Example:
curl -v -k -u autosys https://<hostname>.<domainname>.com:9443/AEWS/job/testjob