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

Add support for Redis backend requiring TLS #17

Closed
erhhung opened this issue Nov 22, 2022 · 1 comment
Closed

Add support for Redis backend requiring TLS #17

erhhung opened this issue Nov 22, 2022 · 1 comment

Comments

@erhhung
Copy link

erhhung commented Nov 22, 2022

It looks like the RedisCacheBackend doesn't support specifying the ssl passthrough option to aioredis.create_redis_pool() in order to be able to connect to a Redis endpoint that requires TLS, e.g. ElastiCache in AWS.

@erhhung
Copy link
Author

erhhung commented Nov 22, 2022

Nevermind, using address URL with rediss:// instead of redis:// does the trick.

@erhhung erhhung closed this as completed Nov 22, 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

1 participant