Retrait de --insecure puisque le certificat est valide

This commit is contained in:
root 2020-04-27 23:05:26 +02:00
parent 65002470fc
commit dab436cd42
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ if ! which which > /dev/null 2>&1 ; then
exit 1
elif which curl > /dev/null 2>&1 ; then
echo using curl
BIN="curl -i --insecure"
BIN="curl -i"
elif which wget > /dev/null 2<&1 ; then
echo using wget
BIN="wget --save-headers -qO -"