Skip to content

Commit

Permalink
try fixing SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Nov 5, 2024
1 parent debf11a commit 38fb6a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stanley/redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
from stanley.settings import REDIS_URL

redis_storage = redis.from_url(
url=REDIS_URL, decode_responses=True, ssl_cert_reqs="none"
url=REDIS_URL,
decode_responses=True,
ssl_cert_reqs=None,
)

0 comments on commit 38fb6a7

Please sign in to comment.