After upgrading to version 24.4.0 from Version 21, AWI is not working with HTTPS
Automic V24.4.0
Tomcat 10
The Connector tag in the server.xml requires to add <SSLHostConfig> </SSLHostConfig>
Add the below to the existing <Connector> </Connector> tag in server.xml of Tomcat:
<SSLHostConfig protocols="TLSv1.2">
<Certificate certificateKeystoreFile="<keystore file path" certificateKeystorePassword="Keystore password" />
</SSLHostConfig>