Skip to content

Commit

Permalink
bug-1925594: don't verify certs for Elasticsearch (#6858)
Browse files Browse the repository at this point in the history
  • Loading branch information
biancadanforth authored Jan 7, 2025
1 parent dce8da2 commit 387f425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socorro/external/es/connection_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def connection(self, name=None, timeout=None):
return Elasticsearch(
hosts=self.url,
request_timeout=timeout,
verify_certs=True,
verify_certs=False,
)

def indices_client(self, name=None):
Expand Down

0 comments on commit 387f425

Please sign in to comment.