li-reset-admin-passwd.sh", the operation fails with the error message: "Unable to get user data. Possible Cassandra is down"nodetool-no-pass status command reports that the Cassandra service is UP and Normal for all nodes. /storage/core/loginsight/var/cassandra.log reports SSL handshake exception errors, indicating disrupted SSL communication between system components:WARN [nioEventLoopGroup-5-11] AbstractChannelHandlerContext.java:311 - An exception 'java.lang.NullPointerException' [enable DEBUG level for full stacktrace] was thrown by a user handler's exceptio nCaught() method while handling the following exception:
io.netty.handler.codec.DecoderException: javax.net.ssl.SSLHandshakeException: Received fatal alert: unknown_ca
Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert: unknown_ca
echo "" | keytool -list -keystore /usr/lib/loginsight/application/etc/3rd_config/keystore -rfc 2> /dev/null | openssl x509 -noout -enddateVMware Aria Operations for Logs 8.18.x
This issue occurs when the CA certificate lacks the "SSL Client" purpose, causing the internal certificate replacement operation to fail.
To work around this issue, perform the following steps:
cp /tmp/cert.pem /usr/lib/loginsight/application/etc/certs/default.pemcp /tmp/existing_AriaOpSforLogs_CA_cert.pem /usr/lib/loginsight/application/etc/certs/custom.pem/usr/lib/loginsight/application/sbin/custom-ssl-cerfcp /usr/lib/loginsight/application/etc/certs/default.pem /storage/core/loginsight/cidata/cassandra/config/cacert.pemsystemctl restart loginsight