Skip to content

Commit

Permalink
Merge pull request #15 from rohit-zip/main
Browse files Browse the repository at this point in the history
bugFix/elastic-search-ssl-removed
  • Loading branch information
rohit-zip authored Jun 20, 2024
2 parents 938b25f + 9ca4f25 commit 4744f18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public RestHighLevelClient elasticsearchClient() {
ClientConfiguration clientConfiguration = ClientConfiguration
.builder()
.connectedTo(server.split(","))
.usingSsl(sslContext())
// .usingSsl(sslContext())
.withBasicAuth(username, password)
.withDefaultHeaders(compatibilityHeaders)
.build();
Expand Down

0 comments on commit 4744f18

Please sign in to comment.