From fc3858209dbb6776b69cc372c135a1c9165144a3 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sun, 6 Feb 2022 11:07:25 +0300 Subject: [PATCH] blockcheck: remove --- --- blockcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockcheck.sh b/blockcheck.sh index 967cc4e..18f4a48 100755 --- a/blockcheck.sh +++ b/blockcheck.sh @@ -322,7 +322,7 @@ curl_test_https_tls12() # $2 - domain name # do not use tls 1.3 to make sure server certificate is not encrypted - curl -${1}ISs --max-time $CURL_MAX_TIME $CURL_OPT ---tlsv1.2 $TLSMAX12 "https://$2" -o /dev/null 2>&1 + curl -${1}ISs --max-time $CURL_MAX_TIME $CURL_OPT --tlsv1.2 $TLSMAX12 "https://$2" -o /dev/null 2>&1 } curl_test_https_tls13() {