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 b954d12 commit fe77c72Copy full SHA for fe77c72
src/snowflake/connector/crl.py
@@ -548,7 +548,7 @@ def _check_certificate_against_crl_url(
548
ca_cert.subject,
549
crl_url,
550
)
551
- # In most cases this indicates a configuration issue, but we'll still try verification
+ return CRLValidationResult.ERROR
552
553
if not self._verify_crl_signature(crl, ca_cert):
554
logger.warning("CRL signature verification failed for URL: %s", crl_url)
0 commit comments