You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I still think there is an issue, or at least it should not take a user so much time to configure the connection.
We have the option to specify .useSSL() in the RedisURI, but we then completely ignore it in the logic.
Would it make sense to have this parsed from the RedisURI and added as LettuceConfiguration?
Steps to reproduce:
Expected behavior:
Actual behavior:
Code used:
Using Lettuce however this seems to work out fine:
Seems to me that during processing of the RedisUri the SSL setting is lost for the Redis server.
Is there any workaround we can use?
The text was updated successfully, but these errors were encountered: