From 401d5e26d9798efa717401c4cbdbeab453fc83a4 Mon Sep 17 00:00:00 2001 From: Bertrand Lemasle Date: Sat, 11 Aug 2018 15:53:28 +1200 Subject: [PATCH] Reverted back to http instead of https. Https seems to be unstable and unreliable for now. --- src/config/BackupNetwork.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/BackupNetwork.h b/src/config/BackupNetwork.h index 4b82e32..dd72aef 100644 --- a/src/config/BackupNetwork.h +++ b/src/config/BackupNetwork.h @@ -6,7 +6,7 @@ #define POSITIONS_CONFIG_NET_DEFAULT_SAVE_THRESHOLD 30 ///< Determines how many positions will be saved before a network backup is needed (only when not moving though). #define POSITIONS_CONFIG_NET_DEFAULT_APN "Vodafone" ///< APN used for GPRS context -#define POSITIONS_CONFIG_NET_DEFAULT_URL "https://yourserver.com/endpoint" ///< URL to which positions data will be send through an HTTP POST request +#define POSITIONS_CONFIG_NET_DEFAULT_URL "http://yourserver.com/endpoint" ///< URL to which positions data will be send through an HTTP POST request #define POSITIONS_CONFIG_NET_DEFAULT_EXPECTED_RESPONSE 201 ///< Expected response code from the server that indicates that the positions has been successfully backuped. /** \def POSITIONS_CONFIG_NET_DEFAULT_UNAVAILABLE_NETWORK_POSTPONE_THRESHOLD