Skip to content

Commit 4831034

Browse files
authored
Allow ssl_ca_path with rediss:// urls (#1814)
1 parent 18c6809 commit 4831034

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redis/client.py

+1
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,7 @@ def __init__(
950950
"ssl_ca_certs": ssl_ca_certs,
951951
"ssl_check_hostname": ssl_check_hostname,
952952
"ssl_password": ssl_password,
953+
"ssl_ca_path": ssl_ca_path,
953954
}
954955
)
955956
connection_pool = ConnectionPool(**kwargs)

0 commit comments

Comments
 (0)