jazzband/django-redis
Ver no GitHubConfiguration option for changed ssl_cert_reqs default behaviour in redis-py
Open
#353 aberto em 21 de nov. de 2018
documentationgood first issue
Métricas do repositório
- Stars
- (3.075 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Hello,
we're experiencing connection issues with Amazon AWS ElastiCache Redis instances over TLS (rediss://...). After raising an issue with redis-py, this seems to be related to a changed default setting/behaviour in redis-py 3.x for the argument "ssl_cert_reqs". Related ticket is: https://github.com/andymccurdy/redis-py/issues/1080 It seems this cannot be configured in django-redis? Can you please add a configuration option?