liagent.ini file on the Aria Automation appliance to restore connectivity do not persist, and log forwarding remains broken.VMware Aria Operations for Logs 8.18.x
VMware Aria Automation 8.18.x
The VMware Aria Automation appliance retains the old certificate trust and connection state. The connection state must be updated at the system level using the 'vracli' utility to establish trust with the new certificate.
To resolve this issue, you must unset and re-set the logging endpoint on the VMware Aria Automation appliance.
Connect to the VMware Aria Automation appliance via SSH.
Run the following command to unset the current logging endpoint:
vracli vrli unsetvracli vrli set https://<Ops_for_Logs_FQDN>:9543If your environment requires accepting any SSL certificate without strict validation, you can append the insecure flag;
vracli vrli set https://<Ops_for_Logs_FQDN>:9543 --insecure