jazzband/django-redis

Configuration option for changed ssl_cert_reqs default behaviour in redis-py

Open

#353 opened on Nov 21, 2018

View on GitHub
 (11 comments) (7 reactions) (0 assignees)Python (452 forks)auto 404
documentationgood first issue

Repository metrics

Stars
 (3,075 stars)
PR merge metrics
 (PR metrics pending)

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?

Contributor guide