Ask Your Question
4

What could be the reason for not being able to establish a Jedis connection when using SSL with Redis and Spring Data Redis?

asked 2023-03-21 11:00:00 +0000

huitzilopochtli gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2021-09-23 09:00:00 +0000

woof gravatar image

There could be several reasons for not being able to establish a Jedis connection when using SSL with Redis and Spring Data Redis. Some of them are:

  1. Invalid SSL certificate: If the SSL certificate used is invalid or expired, then Jedis will not be able to establish a secure connection with Redis.

  2. Missing or incorrect SSL configurations: If the SSL configurations are missing or incorrect in the Redis configuration or Spring Data Redis configuration, then Jedis will not be able to connect to Redis over SSL.

  3. Firewall or network issues: If there are any firewall or network issues that are blocking the SSL connection between Jedis and Redis, then Jedis will not be able to connect to Redis over SSL.

  4. Incompatible Redis or Jedis version: If the Redis or Jedis version being used is not compatible with SSL, then Jedis will not be able to establish a SSL connection with Redis.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-03-21 11:00:00 +0000

Seen: 11 times

Last updated: Sep 23 '21