In VMware Aria Operations for Networks, you can configure a mail server to receive alert notifications through mail securely.
However, post an upgrade to v6.14, the Alert Notifications stop working and you may observe the following error while sending out a test email :
In previous versions, the following steps were executed to resolve the issue :
sudo keytool -importcert -trustcacerts -noprompt -alias "Chain_Alias" -file chain.pem -keystore /usr/lib/jvm/zulu-11-amd64/lib/security/casudo systemctl stop restapilayer-service.servicesudo systemctl start restapilayer-service.service
Aria Operations for Networks 6.14
This issue occurs due to a change in the JAVA version in v6.14. In v6.14, the JAVA version installed is 17.0.10. Hence, the location to import the Cert also changes.
Below workaround needs to be applicable on all nodes in Cluster.
To resolve the above issue, follow the steps below to import the Cert into the correct keystore :
sudo keytool -importcert -trustcacerts -noprompt -alias "Chain_Alias" -file chain.pem -keystore /usr/lib/jvm/openjdk-java17-amd64/lib/security/cacerts -storepass changeitsudo systemctl stop restapilayer-service.servicesudo systemctl start restapilayer-service.service