Skip to content

Commit fe77c72

Browse files
fix nit
1 parent b954d12 commit fe77c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snowflake/connector/crl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ def _check_certificate_against_crl_url(
548548
ca_cert.subject,
549549
crl_url,
550550
)
551-
# In most cases this indicates a configuration issue, but we'll still try verification
551+
return CRLValidationResult.ERROR
552552

553553
if not self._verify_crl_signature(crl, ca_cert):
554554
logger.warning("CRL signature verification failed for URL: %s", crl_url)

0 commit comments

Comments
 (0)