From 230786ff56042701dea8cfc56116c53d6d6f7989 Mon Sep 17 00:00:00 2001 From: victor Date: Wed, 15 Nov 2023 15:28:01 +0100 Subject: [PATCH] :monkey: deploy backend --- backend/tools/elastic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/tools/elastic.py b/backend/tools/elastic.py index 57714bb..bd5ab22 100644 --- a/backend/tools/elastic.py +++ b/backend/tools/elastic.py @@ -32,6 +32,7 @@ # es.search(index='bld',body={"query":{"match_all":{}}}) try: + # SSL certificate context = create_default_context( cafile="/usr/share/elasticsearch/config/certs/ca.crt") except: