We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e258a69 commit 7371d80Copy full SHA for 7371d80
redis/connection.py
@@ -925,6 +925,7 @@ def __init__(
925
ssl_password: Password for unlocking an encrypted private key. Defaults to None.
926
927
ssl_validate_ocsp: If set, perform a full ocsp validation (i.e not a stapled verification)
928
+ ssl_validate_ocsp_stapled: If set, perform a validation on a stapled ocsp response
929
ssl_ocsp_context: A fully initialized OpenSSL.SSL.Context object to be used in verifying the ssl_ocsp_expected_cert
930
ssl_ocsp_expected_cert: A PEM armoured string containing the expected certificate to be returned from the ocsp verification service.
931
0 commit comments