When attempting to configure an Azure connection using the Azure plugin in Aria Automation or Aria Orchestrator (e.g., version 8.18.1 U3), the connection validation fails and reports an "Error validating connection".
Upon checking the /services-logs/prelude/vco-app/file-logs/vco-server-app.log file, the following specific SSL Handshake Exception is found, indicating a problem with the trusted certificate chain:
javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Note: The workflow log will show the
clientSecretinput as__NULL__. This is expected behavior for aSecureStringinput after a workflow completes for security reasons and is not the cause of the connection failure.
The root cause is a PKIX path building failure. The Orchestrator environment fails the SSL handshake because it does not trust the certificate presented by the Azure management endpoint, meaning the certificate is not present or correctly chained in the Orchestrator's trusted keystore.
The Azure endpoint certificate needs to be correctly imported into the trusted store to resolve the SSL Handshake Exception.
An incorrect diagnosis of this issue is often related to the SecureString input being logged as __NULL__. This log entry is a security feature, not the error cause.