WCC/WebUI login page does not show up after switching to SSL mode and/or importing private-signed SSL certificates.
search cancel

WCC/WebUI login page does not show up after switching to SSL mode and/or importing private-signed SSL certificates.

book

Article ID: 45488

calendar_today

Updated On:

Products

Autosys Workload Automation

Issue/Introduction

WCC / WebUI login page does not load after switching to SSL mode and/or importing private-signed SSL certificates. The %CA_WCC_INSTALL_LOCATION%\log\CA-wcc.log has the following Java exceptions logged:

INFO   | jvm 1    | <DATESTAMP> |  org.apache.coyote.AbstractProtocol init
INFO   | jvm 1    | <DATESTAMP> | SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-bio-8443"]
INFO   | jvm 1    | <DATESTAMP> | java.io.IOException: Alias name tomcat does not identify a key entry
...
...
INFO   | jvm 1    | <DATESTAMP> |  org.apache.catalina.core.StandardService initInternal
INFO   | jvm 1    | <DATESTAMP> | SEVERE: Failed to initialize connector [Connector[HTTP/1.1-8443]]
INFO   | jvm 1    | <DATESTAMP> | org.apache.catalina.LifecycleException: Failed to initialize component [Connector[HTTP/1.1-8443]]
...
...
INFO   | jvm 1    | <DATESTAMP> | Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
INFO   | jvm 1    | <DATESTAMP> |     at org.apache.catalina.connector.Connector.initInternal(Connector.java:983)
INFO   | jvm 1    | <DATESTAMP> |     at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
INFO   | jvm 1    | <DATESTAMP> |     ... 18 more
INFO   | jvm 1    | <DATESTAMP> | Caused by: java.io.IOException: Alias name tomcat does not identify a key entry
INFO   | jvm 1    | <DATESTAMP> |     at org.apache.tomcat.util.net.jsse.JSSESocketFactory.getKeyManagers(JSSESocketFactory.java:531)
INFO   | jvm 1    | <DATESTAMP> |     at org.apache.tomcat.util.net.jsse.JSSESocketFactory.getKeyManagers(JSSESocketFactory.java:469)

 

Environment

Workload Automation AutoSys

Resolution

Ensure that the server key and the certificate signing request (CSR) provided to the Certificate Authority vendor were generated with the alias as "tomcat".

Follow steps here to implement private SSL certificates in CA WCC 

 

Additional Information