Updating Webui (WCC) to use Port 8443 and Cert updates when using a load balancer
search cancel

Updating Webui (WCC) to use Port 8443 and Cert updates when using a load balancer

book

Article ID: 235375

calendar_today

Updated On:

Products

CA Workload Automation AE

Issue/Introduction

Need to update our WebUI servers to use port 8443 and update the certs in the process.   WebUI is using a load balancer

Environment

Release : 12.0

Component :

Resolution

Turned on SSL in WebUI using the following command:

wcc_config.sh -u <wcc user> -p <wcc user password> --ssl on

On the web server updated the config file as follows

ProxyPass / http://wcc.example.com:8080/ 
ProxyPassReverse / http://wcc.example.com:8080/ 

TO: 

ProxyPass / https://wcc.example.com:8443/ 
ProxyPassReverse / https://wcc.example.com:8443/