To resolve this issue, follow the
Add root CA certificate to Cloud Proxy after deployment section of
Add CA certs while deploying a cloud proxy in VMware Aria Operations (83698).
Workaround:
To workaround the issue, the Cloud Proxy should be whitelisted in the network firewall configuration.
Alternatively, you can set
ssl verify to
none on the Cloud Proxy.
To do this, complete the following steps:
- Log into the Cloud Proxy as root via SSH or Console.
- Run the following command to backup the /etc/haproxy/haproxy.cfg file:
cp /etc/haproxy/haproxy.cfg /etc/haproxy/haproxy.bak
- Open /etc/haproxy/haproxy.cfg in a text editor.
- Change all occurrences of ssl verify required ca-file /storage/vcops/user/conf/ssl/haproxy.ca.pem to ssl verify none.
- Save and close the file.
- Run the following command to restart the haproxy and collector services:
service haproxy restart && service collector restart