gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: avoid redirecting to https, for


From: gnunet
Subject: [taler-merchant] branch master updated: avoid redirecting to https, for now.
Date: Thu, 27 Aug 2020 15:57:26 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 935b77d  avoid redirecting to https, for now.
935b77d is described below

commit 935b77d01d879f09e08c56d116690d9173316c78
Author: MS <ms@taler.net>
AuthorDate: Thu Aug 27 15:57:07 2020 +0200

    avoid redirecting to https, for now.
---
 src/backend/taler-merchant-httpd_get-tips-ID.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_get-tips-ID.c 
b/src/backend/taler-merchant-httpd_get-tips-ID.c
index eec374b..255fc71 100644
--- a/src/backend/taler-merchant-httpd_get-tips-ID.c
+++ b/src/backend/taler-merchant-httpd_get-tips-ID.c
@@ -145,7 +145,7 @@ TMH_make_tip_status_url (struct MHD_Connection *con,
                              "http://";);
   else
     GNUNET_buffer_write_str (&buf,
-                             "https://";);
+                             "http://";); // FIXME: must work with HTTPS too.
   GNUNET_buffer_write_str (&buf,
                            host);
   if (NULL != uri_path)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]