我有调用 JNDI API 以在 AD 中执行 LDAP 操作的 lambda 代码。与 AD 的通信应该在 LDAPS 上。关于如何通过 lambda 中的 LDAPS 连接到 AD 有什么建议吗?
javax.naming.CommunicationException: simple bind failed: adhost1.example.com:636
[Root exception is javax.net.ssl.SSLHandshakeException:
PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException:
unable to find valid certification path to requested target]