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 d99beef commit fc93396Copy full SHA for fc93396
src/snowflake/connector/crl.py
@@ -292,7 +292,7 @@ def validate_certificate_chain(
292
293
if result == CRLValidationResult.UNREVOKED:
294
return True
295
- elif result == CRLValidationResult.REVOKED:
+ if result == CRLValidationResult.REVOKED:
296
return False
297
# In advisory mode, errors are treated positively
298
return self._cert_revocation_check_mode == CertRevocationCheckMode.ADVISORY
0 commit comments