rajujith commented on issue #10335: URL: https://github.com/apache/cloudstack/issues/10335#issuecomment-2982730084
@Pearl1594 Sorry for the confusion. Here are the steps to reproduce the issue. 1. Create a truststore and set the values ldap.truststore.password and ldap.truststore, make sure to set wrong password first time. The server addition fails with error [1] 2. Now update the ldap.truststore.password to correct password, the server addition still fails. 3. Restart the cloudstack-management. 4. The server addition is now working. [1] ``` 2025-06-18 05:14:35,001 DEBUG [o.a.c.l.LdapManagerImpl] (qtp660017404-12:ctx-984186ad ctx-a9cf41b7) (logid:3ee857fd) NamingException while doing an LDAP bind javax.naming.CommunicationException: ad.jithinraju.in:636 [Root exception is java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext)] at java.naming/com.sun.jndi.ldap.Connection.<init>(Connection.java:250) at java.naming/com.sun.jndi.ldap.LdapClient.<init>(LdapClient.java:137) at java.naming/com.sun.jndi.ldap.LdapClient.getInstance(LdapClient.java:1616) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org