Need to update our WebUI servers to use port 8443 and update the certs in the process. WebUI is using a load balancer
Release : 12.0
Component :
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/