Skip to content

Commit 26bf7bd

Browse files
committed
undo comment
1 parent 3dd349c commit 26bf7bd

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@ private static boolean isJDBCTestEnv() {
4848
*/
4949
public static PoolingHttpClientConnectionManager getBaseConnectionManager(
5050
IDatabricksConnectionContext connectionContext) throws DatabricksHttpException {
51-
52-
if (connectionContext.getSSLTrustStore() == null
53-
&& connectionContext.checkCertificateRevocation()
54-
&& !connectionContext.acceptUndeterminedCertificateRevocation()) {
55-
return new PoolingHttpClientConnectionManager();
56-
}
57-
5851
// For test environments, use a trust-all socket factory
5952
if (isJDBCTestEnv()) {
6053
LOGGER.info("Using trust-all socket factory for JDBC test environment");

0 commit comments

Comments
 (0)