-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Support TLS connections in Sentinel mode #1987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@gkorland Yes, this seems to be the same feature request. |
@ae6rt so does that PR good enough? can you verify it's working on your environment? |
I don't have a definitive answer for whether #2024 will work for me. However, I can say that this is the nexus of how we define our sentinel-based connection factory:
I don't see obvious support in the #2024 PR for me sticking with this idiom --- unless the TLS enabled flag is completely constrained to the sentinel pool config (
|
Feature Request
Redis open source will support TLS in the not distant future. TLS support in the Sentinel will likely follow soon thereafter.
Please implement TLS support in Jedis to support Sentinel mode. This would include not only connecting to the Sentinel over TLS, but also connecting to the sentinel-reported master over TLS.
Is your feature request related to a problem? Please describe
Financial services and enterprise users of Jedis, including those using Jedis by way of Spring Data Redis, are increasingly being asked to ensure all service traffic is encrypted via TLS.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: