Use https to check artifacts from the repository
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1685503 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/check_staged_release.sh b/check_staged_release.sh
index ae3610b..3427ccd 100755
--- a/check_staged_release.sh
+++ b/check_staged_release.sh
@@ -23,9 +23,9 @@
echo "################################################################################"
wget \
- -e "robots=off" --wait 1 -r -np "--reject=html,txt" "--follow-tags=" \
- -P "${DOWNLOAD}/${STAGING}" -nH "--cut-dirs=3" --ignore-length --no-check-certificate \
- "http://repository.apache.org/content/repositories/orgapachefelix-${STAGING}/org/apache/felix/"
+ -e "robots=off" --wait 1 -nv -r -np "--reject=html,txt" "--follow-tags=" \
+ -P "${DOWNLOAD}/${STAGING}" -nH "--cut-dirs=3" \
+ "https://repository.apache.org/content/repositories/orgapachefelix-${STAGING}/org/apache/felix/"
else
echo "################################################################################"