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 3105e60 commit 007114fCopy full SHA for 007114f
src/main/asciidoc/reference/elasticsearch-clients.adoc
@@ -153,7 +153,7 @@ ClientConfiguration clientConfiguration = ClientConfiguration.builder()
153
.connectedTo("localhost:9200", "localhost:9291") <2>
154
.withConnectTimeout(Duration.ofSeconds(5)) <3>
155
.withSocketTimeout(Duration.ofSeconds(3)) <4>
156
- .useSsl() <5>
+ .usingSsl() <5>
157
.withDefaultHeaders(defaultHeaders) <6>
158
.withBasicAuth(username, password) <7>
159
. // ... other options
0 commit comments