taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit dc12caa352c24ec6ea8908e17a49c65fde919cac
parent 37070a3e3ba1b3ff12772e756cf8d065afcb7955
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue,  9 Jan 2018 16:51:10 +0100

same for other services

Diffstat:
Mbuildbot/checks.sh | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildbot/checks.sh b/buildbot/checks.sh @@ -55,7 +55,7 @@ fi http_status_code=$(curl \ -H "X-Taler-Deployment-Color: $nonactive" \ - -s http://donations.test.taler.net/ -o /dev/null \ + -s https://donations.test.taler.net/ -o /dev/null \ -w "%{http_code}") if ! test 200 = $http_status_code; then printf "$error_fmt" \ @@ -66,7 +66,7 @@ fi http_status_code=$(curl \ -H "X-Taler-Deployment-Color: $nonactive" \ - -s http://bank.test.taler.net/ -o /dev/null \ + -s https://bank.test.taler.net/ -o /dev/null \ -w "%{http_code}") if ! test 302 = $http_status_code; then printf "$error_fmt" \ @@ -77,7 +77,7 @@ fi http_status_code=$(curl \ -H "X-Taler-Deployment-Color: $nonactive" \ - -s http://test.taler.net/ -o /dev/null \ + -s https://test.taler.net/ -o /dev/null \ -w "%{http_code}") if ! test 200 = $http_status_code; then printf "$error_fmt" \