From 52b604e0198a670d7fe8faa757214d03ea922809 Mon Sep 17 00:00:00 2001 From: "Kevin F. Haggerty" Date: Tue, 26 Sep 2017 11:18:06 -0600 Subject: [PATCH] universal7580: Use https for XTRA download Change-Id: Ie16206b51e3eef729851fd5c8e3defd768581771 --- configs/gps/gps.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/gps/gps.conf b/configs/gps/gps.conf index 69eb3c0..bcb4b39 100644 --- a/configs/gps/gps.conf +++ b/configs/gps/gps.conf @@ -1,6 +1,6 @@ NTP_SERVER=pool.ntp.org -XTRA_SERVER_1=http://gllto1.glpals.com/4day/v3/latest/lto2.dat -XTRA_SERVER_2=http://gllto2.glpals.com/4day/v3/latest/lto2.dat +XTRA_SERVER_1=https://glltos1.glpals.com/4day/v3/latest/lto2.dat +XTRA_SERVER_2=https://glltos2.glpals.com/4day/v3/latest/lto2.dat SUPL_HOST=supl.google.com SUPL_PORT=7275 SUPL_MODE=1 -- 2.20.1