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

Inconsistency in SSL password support between Synchronous and Asynchronous Redis clients #3192

Open
mesujith123 opened this issue Mar 25, 2024 · 0 comments

Comments

@mesujith123
Copy link

Version: What redis-py and what redis version is the issue happening on?
All
Platform: What platform / version? (For example Python 3.5.1 on Windows 7 / Ubuntu 15.10 / Azure)
All
Description: Description of your issue, stack traces from errors and code that reproduces the issue
I have been working with the Redis Asyncio library and I have encountered an issue while try to establish a new connection, it prompts me to 'Enter PEM passphrase'. In my case I am working with password encrypted SSL private keys. Currently, the Redis asynchronous client (redis asyncio) does not support SSL passwords while the synchronous Redis client supports SSL passwords.

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

1 participant