Provided credentials are invalid. Please try again"./var/vcap/sys/log/uaa/uaa.log or /home/tempest-web/uaa/tomcat/logs/uaa.log you see errors like:[2026-05-05T16:20:04.884866Z] uaa - 9273 [http-nio-127.0.0.1-8080-exec-3] - [############1acd,############1acd] .... DEBUG --- ProviderManager: Authentication service failed internally for user 'ad.user.name'
org.springframework.security.authentication.InternalAuthenticationServiceException: LDAP.FQDN.COM:636Caused by: javax.net.ssl.SSLHandshakeException: (certificate_unknown) PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested targetSettings > LDAP Settings > Server SSL Cert is configured with a certificate chain containing more than 1 CA certificate.
Opsman version 3.3
Changes in UAA handling for Opsman 3.3 modified the certificate ingestion for LDAP server cert handling. The new handling doesn't split certificate chains correctly, so, any certificate below the first position in the certificate chain will not be respected.
From Opsman Web client, modify the Certificate for LDAP configuration in Opsman GUI under Settings > LDAP Settings > Server SSL Cert, move the CA certificate that signs your LDAP server certificate to the first position in the CA chain (move it to the top of the list).
If you are unable to log into the Opsman GUI to make this change due to the LDAP login failures, place the Opsman into Rescue Mode by configuring a local Admin user. Log in with the local Admin user you created and modify the cert chain, then remove the Rescue Mode configuration.