commit 39ae407103d2b4147df8276124d75ee72974571d
parent 9313078ad94f7092e6cafba39836f196845fa2be
Author: Florian Dold <florian.dold@gmail.com>
Date: Tue, 13 Oct 2020 14:59:07 +0530
use https for taler.net environment
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git 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(