Redis cluster connections do not support SSL in v2 of the JedisCluster, without using the JedisPool object. This makes any cluster which forces SSL fail. Update to Jedis 3x to support SSL Cluster connections or Jedis 4x after breaking changes are evaluated between the version bump.
Redis cluster connections do not support SSL in v2 of the JedisCluster, without using the JedisPool object. This makes any cluster which forces SSL fail. Update to Jedis 3x to support SSL Cluster connections or Jedis 4x after breaking changes are evaluated between the version bump.