After renewing root and intermediary certificates in Advanced Authentication, below error is encountered while connecting from AFM to Risk Authentication:
at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException:
Symantec Advanced Authentication 9.1.x
If Risk Authentication Server is enabled with SSL, please update below properties in arcotafm.properties file with the renewed certificates information to resolve the issue:
# --------------------------------------------------------------------------
# If RiskFortTRANSPORT_TYPE is TLS, the server presents a certificate
# that is checked to see if it was issued by a trusted Certification
# Authority; the list of trusted CAs is provided in a PEM encoded file
# format.
RiskFortCA_CERT_FILE=<path_to_server_CA_certificate_in_PEM_format>
RiskFortCLIENT_P12_FILE=
RiskFortCLIENT_P12_PASSWORD=
Note: