mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix Redis tests by removing SSL verification
This commit is contained in:
parent
6f43ca6637
commit
43410beb96
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ try:
|
|||
password=getenv("REDIS_PASSWORD", None) or None,
|
||||
ssl=redis_ssl,
|
||||
socket_timeout=1,
|
||||
ssl_cert_reqs="none",
|
||||
)
|
||||
|
||||
if not redis_client.ping():
|
||||
|
|
|
|||
Loading…
Reference in a new issue