diff --git a/scripts/curl-wrapper.sh b/scripts/curl-wrapper.sh index 50ddb90..2314034 100755 --- a/scripts/curl-wrapper.sh +++ b/scripts/curl-wrapper.sh @@ -3,4 +3,4 @@ # no pipefail here since there are no pipes. set -e -u -curl --proto "=https" --tlsv1.3 --cert-status -sS -m"${SEIRDYONE_CURL_TIMEOUT-10}" "$@" +curl --proto "=https" --tlsv1.3 -sS -m"${SEIRDYONE_CURL_TIMEOUT-10}" "$@"