We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e0be2 commit 368d019Copy full SHA for 368d019
1 file changed
src/main/java/com/databricks/jdbc/dbclient/impl/common/ConfiguratorUtils.java
@@ -332,7 +332,8 @@ public static CertPathTrustManagerParameters buildTrustManagerParameters(
332
PKIXRevocationChecker.Option.NO_FALLBACK,
333
PKIXRevocationChecker.Option.PREFER_CRLS));
334
}
335
- LOGGER.info("Certificate revocation enabled. Undetermined revocation accepted: "
+ LOGGER.info(
336
+ "Certificate revocation enabled. Undetermined revocation accepted: "
337
+ acceptUndeterminedCertificateRevocation);
338
339
pkixBuilderParameters.addCertPathChecker(revocationChecker);
0 commit comments