checker: oops, openssl hanged

This commit is contained in:
nemunaire 2019-03-26 19:25:13 +01:00
parent 1e1d8faf6e
commit 49dd68dae8
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ do
EOF
# port 443
PAGE=$(openssl s_client -host "${IP}1" -port 443 2> /dev/null) &&
PAGE=$(echo | openssl s_client -host "${IP}1" -port 443 2> /dev/null) &&
curl -X POST -d @- "https://adlin.nemunai.re/challenge/101" <<EOF
{
"token": "${SECRET_KEY}",