Skip to content

Commit 387f425

Browse files
bug-1925594: don't verify certs for Elasticsearch (#6858)
1 parent dce8da2 commit 387f425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

socorro/external/es/connection_context.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def connection(self, name=None, timeout=None):
4040
return Elasticsearch(
4141
hosts=self.url,
4242
request_timeout=timeout,
43-
verify_certs=True,
43+
verify_certs=False,
4444
)
4545

4646
def indices_client(self, name=None):

0 commit comments

Comments
 (0)