I updated tomcat in SIT env and added the custom files including config files from the previous one. SailPoint is now running fine, but receiving error in AD connection as below. Tried matching the TLS check-box and others from dev environment still no solution
[ InvalidConfigurationException ] [ Possible suggestions ] Ensure that SSL communication is in place with domain. [ Error details ] Failed to connect to - dc=xxxx,dc=team : java.lang.Exception: [ERROR 1] Failed to connect to server:ldap://wlprodeusadds01.xxxx.team:636 - javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
This error clearly indicates an SSL/TLS trust issue between your SailPoint IIQ instance (running on the updated Tomcat in SIT) and the Active Directory domain controller over LDAPS (port 636):
javax.net.ssl.SSLHandshakeException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException:
unable to find valid certification path to requested target
This means the Java truststore used by Tomcat doesn’t trust the SSL certificate presented by your AD domain controller (wlprodeusadds01.xxxx.team:636).