jazzband/django-redis

Configuration option for changed ssl_cert_reqs default behaviour in redis-py

Open

#353 aberto em 21 de nov. de 2018

Ver no GitHub
 (11 comments) (7 reactions) (0 assignees)Python (452 forks)auto 404
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?

Guia do colaborador