By: Praveen Srinivasan user 07 May 2020 at 10:34 p.m. CDT

2 Responses
Praveen Srinivasan gravatar
Hi Team, Suddenly GLUU is throwing Failed to create LDAP connection pool! from Oxauth and Oxtrust. I followed this issue https://support.gluu.org/customization/6149/opening-ldap-configuration-to-allow-connection-with-tomcat-user-realm/ And commented the below lines, ``` ssl.trustStoreFile: /etc/certs/opendj.pkcs12 ssl.trustStorePin: BASE64-STRING== ssl.trustStoreFormat: pkcs12 ``` After that GLUU is working fine. But then what we need to do? What is the procedure to renew the ssl. Also now I am seeing different logs (attached below) and also GLUU became very slow. I don't know because of the commented line above, previously it was working perct. Any help would be appreciated to fix the GLUU slowness and the below Key Expiry Issue. ``` 2020-05-08 03:09:50,078 WARN [qtp1151020327-3743] [org.xdi.oxauth.model.crypto.AbstractCryptoProvider] (AbstractCryptoProvider.java:182) - WARNING! Expired Key with alias: 3fda2399-4649-471c-a79d-c648a06638d6 #011Expires On: 2020-05-06 19:01:19 #011Today's Date: 2020-05-08 03:09:50 2020-05-08 03:09:59,586 INFO [qtp1151020327-589] [org.xdi.oxauth.auth.Authenticator] (Authenticator.java:189) - Authentication result for user '@!6B40.313A.49EF.A62F!0001!5856.AE20!0008!1D05.B9FE.BA34.988A', result: 'false' 2020-05-08 03:09:59,595 INFO [qtp1151020327-589] [org.xdi.oxauth.auth.Authenticator] (Authenticator.java:224) - Authentication success for Client: '@!6B40.313A.49EF.A62F!0001!5856.AE20!0008!1D05.B9FE.BA34.988A' 2020-05-08 03:09:59,645 WARN [qtp1151020327-589] [org.xdi.oxauth.model.crypto.AbstractCryptoProvider] (AbstractCryptoProvider.java:182) - WARNING! Expired Key with alias: 3fda2399-4649-471c-a79d-c648a06638d6 #011Expires On: 2020-05-06 19:01:19 #011Today's Date: 2020-05-08 03:09:59 ```

By Sahil Arora user 11 May 2020 at 2:40 p.m. CDT

Sahil Arora gravatar
Hi Praveen, You don't need to comment those lines, as these steps were suggested to troubleshoot a different issue. In your case, may be OpenDJ was stopped/unable to service the request and a restart would have helped there. Please uncomment, and restart Gluu container and let us know if you still face the same issue. Thanks Sahil

By Praveen Srinivasan user 18 May 2020 at 2:06 a.m. CDT

Praveen Srinivasan gravatar
Restarting the gluu container doesn't helps. Tried almost 10 times, still the same issue.