Release : All support versions of DevTest
Component : CA Application Test
Importing the Enterprise Dashboard certificate into the VS Catalog cacerts keystore and restarting the VS Catalog resolved the issue.
The cacerts file is located in the VSCAT_HOME/jre/lib/security/ folder.
Example export command:
keytool -export -alias jetty -keystore webserver.ks -rfc -file DevTestpublic.cert -storepass changeit
Example import command:
keytool -import -noprompt -v -trustcacerts -alias jetty -file DevTestpublic.cert -keystore cacerts -storepass changeit