The first thing to do is to enable HTTPS on the CCA Server by creating the Certificates. This part of the documentation describes how:
https://docops.ca.com/ca-configuration-automation/12-8-5/en/administrating/administer-the-application/configuration-settings/create-and-manage-security-certificates/configure-the-application-for-ssl-security/enable-https Once that is configured, CCA Server will listen on port 8080, but now with HTTPS. If you attempt to go to port 8080 with HTTP, you will receive a plain blank white screen
Optionally, to change the port CCA Server listens on:
- Navigate to the CCA Server install directory
- Proceed into tomcat / conf folder
- Backup server.xml file
- Open server.xml file for modification
- Find:
<Connector port="
Note: There can be a few different entries, find the one without the line being commentted out, as indicated by <~-- in the beginning of the statement
Note: If you cannot find the above syntax, then search for <Connector by itself, this will present more findings, just continue to locate one uncommented out and that contains port somewhere in the xml tag - Modify the port="8080" to "8443" or whatever port of your choosing
- Save and Close the file
- Restart CCA Service