From 37070a3e3ba1b3ff12772e756cf8d065afcb7955 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 9 Jan 2018 16:50:04 +0100 Subject: must check against the http*s* blog --- buildbot/checks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildbot') diff --git a/buildbot/checks.sh b/buildbot/checks.sh index b466e95..ea6e275 100755 --- a/buildbot/checks.sh +++ b/buildbot/checks.sh @@ -44,7 +44,7 @@ fi http_status_code=$(curl \ -H "X-Taler-Deployment-Color: $nonactive" \ - -s http://shop.test.taler.net/ -o /dev/null \ + -s https://shop.test.taler.net/ -o /dev/null \ -w "%{http_code}") if ! test 200 = $http_status_code; then printf "$error_fmt" \ -- cgit v1.2.3