Skip to content

Commit 070e760

Browse files
committed
changes post merge
1 parent e464da2 commit 070e760

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/java/com/databricks/client/jdbc/SSLTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ private String buildJdbcUrl(
104104
.append(useSystemTrustStore ? "1" : "0")
105105
.append(";");
106106

107+
sb.append("CheckCertRevocation=0;");
108+
107109
if (useCustomTrustStore && trustStorePath != null && !trustStorePath.isEmpty()) {
108110
sb.append("SSLTrustStore=").append(trustStorePath).append(";");
109111

0 commit comments

Comments
 (0)