From a5e8a5596cff8a623235ebfce5d20fbc3491480d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Sverre=20Lien=20Sell=C3=A6g?= Date: Sat, 23 Jul 2022 12:34:09 +0200 Subject: [PATCH] set unauthorized to 0 --- bin/derma.sh | 1 + bin/hoopla.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/bin/derma.sh b/bin/derma.sh index 9063575..98644b4 100755 --- a/bin/derma.sh +++ b/bin/derma.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash readonly SCRIPT_HOME=$(dirname `readlink -f $0`) export NODE_EXTRA_CA_CERTS="$SCRIPT_HOME/../share/ca.crt" +export NODE_TLS_REJECT_UNAUTHORIZED='0' function run { cd $SCRIPT_HOME diff --git a/bin/hoopla.sh b/bin/hoopla.sh index 34cd09f..c9fd599 100755 --- a/bin/hoopla.sh +++ b/bin/hoopla.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash readonly SCRIPT_HOME=$(dirname `readlink -f $0`) export NODE_EXTRA_CA_CERTS="$SCRIPT_HOME/../share/ca.crt" +export NODE_TLS_REJECT_UNAUTHORIZED='0' function run { cd $SCRIPT_HOME