When enabling SSL/TLS for syslog forwarding in Aria Operations for Logs, the connection fails.
Symptoms include:
runtime.log on the Aria Operations for Logs node contains the following error:javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_unknown
Aria Operations for Logs 8.x
The destination syslog server is presenting a certificate that is not trusted by Aria Operations for Logs. This typically occurs because the full certificate chain (Server Certificate > Intermediate CA > Root CA) is not imported or available in the Aria Operations for Logs trust store.
To resolve this issue, you must export the full certificate chain from the destination syslog server and import it into Aria Operations for Logs.
Prerequisite:
Obtain the full certificate chain from your syslog server administrator. The file must be in PEM format (Base64 ASCII) and typically named syslog-full-chain.pem. It must contain the certificates in the following order:
Steps:
syslog-full-chain.pem file you obtained in the prerequisite step.Validation:
openssl s_client -connect <syslog_server_fqdn>:6514 -showcerts