From f07aa88c6c6cf5a88df21f1d0fec5f8b82b87dc6 Mon Sep 17 00:00:00 2001 From: Seirdy Date: Sat, 20 Jul 2024 22:12:12 -0400 Subject: [PATCH] =?UTF-8?q?Remove=20OCSP=20check=20on=20seirdy.one=20(my?= =?UTF-8?q?=20ocsp=20broke=20=F0=9F=98=AD)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/curl-wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" "$@"