AWI is not working with HTTPS
search cancel

AWI is not working with HTTPS

book

Article ID: 413691

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

After upgrading to version 24.4.0 from Version 21, AWI is not working with HTTPS 

Environment

Automic V24.4.0

Tomcat 10

Cause

The Connector tag in the server.xml requires to add <SSLHostConfig>  </SSLHostConfig>

Resolution

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>

Additional Information