Retrait de --insecure puisque le certificat est valide
This commit is contained in:
parent
65002470fc
commit
dab436cd42
@ -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 -"
|
||||
|
Loading…
Reference in New Issue
Block a user