From 98110e4b59af742ed0ddb940c6ac5f25cc760147 Mon Sep 17 00:00:00 2001 From: agrouaze Date: Thu, 30 Jan 2025 11:49:00 +0100 Subject: [PATCH] ssl not working on airflow workers --- scripts/opensearch_S1C_PRIVATE_IOC.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/opensearch_S1C_PRIVATE_IOC.bash b/scripts/opensearch_S1C_PRIVATE_IOC.bash index 125476c..49a05ce 100755 --- a/scripts/opensearch_S1C_PRIVATE_IOC.bash +++ b/scripts/opensearch_S1C_PRIVATE_IOC.bash @@ -5,7 +5,8 @@ passwd_cdse_expert=$4 email_account_cdse=$5 echo 'email_account_cdse '$email_account_cdse echo 'passwd_cdse_expert '$passwd_cdse_expert -ACCESS_TOKEN=$(curl -d 'client_id=cdse-public' \ +ACCESS_TOKEN=$(curl --insecure \ + -d 'client_id=cdse-public' \ -d 'username='${email_account_cdse} \ -d 'password='${passwd_cdse_expert} \ -d 'grant_type=password' \