By: Cory Carter user 19 Apr 2018 at 12:31 p.m. CDT

5 Responses
Cory Carter gravatar
Hi, Continuing to follow [documentation](https://gluu.org/docs/ce/3.1.2/installation-guide/cluster/) for HA/Failover with GLUU, we've opted to use Stunnel to encrypt Redis traffic. (localhost:7001 for node 1, localhost:7002 for node 2, localhost:7003 for node 3.) After making the documented JSON changes, we seem to be unable to create LDAP connections for nods 2 and 3 (although 1 seems to be working fine). Configuration: ``` {"cacheProviderType":"REDIS","memcachedConfiguration":{"servers":"localhost:11211","maxOperationQueueLength":100000,"bufferSize":32768,"defaultPutExpiration":60,"connectionFactoryType":"DEFAULT"},"inMemoryConfiguration":{"defaultPutExpiration":60},"redisConfiguration":{"redisProviderType":"STANDALONE","servers":"localhost:7001,localhost:7002,localhost:7003","defaultPutExpiration":60}} ``` Any insight would be appreciated. Thanks, Cory

By Mohib Zico staff 24 Apr 2018 at 2:28 a.m. CDT

Mohib Zico gravatar
Hi, I'll compare with my test config and share info with you.

By Cory Carter user 25 Apr 2018 at 11:14 a.m. CDT

Cory Carter gravatar
Mohib, We have opted to go with Cluster-Manager, but are getting the same issue once [these directions](https://gluu.org/docs/cm/) are followed. All shows good on cluster manager's GUI with no errors, but trying to hit the load balanced URL gives me identity errors.

By Mohib Zico staff 25 Apr 2018 at 11:19 a.m. CDT

Mohib Zico gravatar
I would start with oxtrust.log to check....

By Cory Carter user 26 Apr 2018 at 2:43 p.m. CDT

Cory Carter gravatar
Mohib, after completely wiping all servers and repeating the documentation, every spun up correctly. I will close this ticket.

By Mohib Zico staff 26 Apr 2018 at 2:57 p.m. CDT

Mohib Zico gravatar
Very cool! Thanks for the update.