Skip to content

Commit e894a52

Browse files
committed
address comments
1 parent 03bc812 commit e894a52

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

src/main/java/com/databricks/jdbc/dbclient/impl/common/ConfiguratorUtils.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -442,12 +442,9 @@ public static CertPathTrustManagerParameters buildTrustManagerParameters(
442442
PKIXRevocationChecker.Option.SOFT_FAIL,
443443
PKIXRevocationChecker.Option.NO_FALLBACK,
444444
PKIXRevocationChecker.Option.PREFER_CRLS));
445-
LOGGER.info(
446-
"Configured revocation checker to accept undetermined certificate revocation status");
447-
} else {
448-
LOGGER.info(
449-
"Configured revocation checker with strict validation (undetermined status is rejected)");
450445
}
446+
LOGGER.info("Certificate revocation enabled. Undetermined revocation accepted: "
447+
+ acceptUndeterminedCertificateRevocation);
451448

452449
pkixBuilderParameters.addCertPathChecker(revocationChecker);
453450
}

0 commit comments

Comments
 (0)