We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e487a31 commit 2ede016Copy full SHA for 2ede016
client-v2/src/test/java/com/clickhouse/client/ClientTests.java
@@ -66,7 +66,7 @@ public void testSecureConnection() {
66
ClickHouseNode secureServer = getSecureServer(ClickHouseProtocol.HTTP);
67
68
try (Client client = new Client.Builder()
69
- .addEndpoint("https://localhost:8443")
+ .addEndpoint("https://localhost:" + secureServer.getPort())
70
.setUsername("default")
71
.setPassword("")
72
.setRootCertificate("containers/clickhouse-server/certs/localhost.crt")
0 commit comments