We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e464da2 commit 070e760Copy full SHA for 070e760
1 file changed
src/test/java/com/databricks/client/jdbc/SSLTest.java
@@ -104,6 +104,8 @@ private String buildJdbcUrl(
104
.append(useSystemTrustStore ? "1" : "0")
105
.append(";");
106
107
+ sb.append("CheckCertRevocation=0;");
108
+
109
if (useCustomTrustStore && trustStorePath != null && !trustStorePath.isEmpty()) {
110
sb.append("SSLTrustStore=").append(trustStorePath).append(";");
111
0 commit comments