From 39ae407103d2b4147df8276124d75ee72974571d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 13 Oct 2020 14:59:07 +0530 Subject: use https for taler.net environment --- bin/taler_urls.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/taler_urls.py') diff --git a/bin/taler_urls.py b/bin/taler_urls.py index 27a4f81..d80615c 100644 --- a/bin/taler_urls.py +++ b/bin/taler_urls.py @@ -7,11 +7,11 @@ taler_urls = dict( bank = "https://bank.{}.taler.net/", backoffice = "https://backoffice.{}.taler.net/", exchange = "https://exchange.{}.taler.net/", - merchant_backend = "http://backend.{}.taler.net/", + merchant_backend = "https://backend.{}.taler.net/", landing = "https://{}.taler.net/", - survey = "http://survey.{}.taler.net/", - auditor = "http://auditor.{}.taler.net/", - sync = "http://sync.{}.taler.net/", + survey = "https://survey.{}.taler.net/", + auditor = "https://auditor.{}.taler.net/", + sync = "https://sync.{}.taler.net/", talerbank_payto = "payto://x-taler-bank/bank.{}.taler.net/" ), offline = dict( -- cgit v1.2.3