Skip to content
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

Support SSL in async Redis cluster client #2303

Closed
karwinliu opened this issue Jul 26, 2022 · 1 comment
Closed

Support SSL in async Redis cluster client #2303

karwinliu opened this issue Jul 26, 2022 · 1 comment

Comments

@karwinliu
Copy link

Version: v4.3.4

Platform: Python 3.9 on linux/macOS

Description: As described in the title, the async Redis cluster client needs to support SSL.
The CONNECTION_ALLOWED_KEYS in asyncio/cluster.py needs to extend with things like ssl_ca_certs, ssl_certfile, ssl_keyfile, etc. Otherwise even if the client uses them in the connection_args, they will get purged

@utkarshgupta137
Copy link
Contributor

Fixed by #2217

@dvora-h dvora-h closed this as completed Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants