-
currently trying to get ssl connection working with Jedis, have setup everything including trust store etc, but when using this code
which throws this not full error
but looking at redis server console this was logged: i have made sure to test redis tls connection using not sure if this problem with way how i setup things. any answers for this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
client use ssl3,but redis server not support ssl3,maybe support ssl2. |
Beta Was this translation helpful? Give feedback.
client use ssl3,but redis server not support ssl3,maybe support ssl2.
you can check this config of redis server: