From bbe970e65b9d73b3bdd1659a95693fee78489176 Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Fri, 9 Feb 2024 19:21:04 +0100 Subject: FIX new project domain www.hardinfo2.org --- shell/syncmanager.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/syncmanager.c b/shell/syncmanager.c index ba5f4323..0753e596 100644 --- a/shell/syncmanager.c +++ b/shell/syncmanager.c @@ -64,7 +64,9 @@ static SoupSession *session = NULL; static GMainLoop *loop; static GQuark err_quark; -#define API_SERVER_URI "http://hardinfo.bigbear.dk" +//Note there are personal information involved and very old +//linux systems does not work with HTTPS so use HTTP for now +#define API_SERVER_URI "http://api.hardinfo2.org" #define LABEL_SYNC_DEFAULT \ _("Synchronize with Central Database\n" \ -- cgit v1.2.3