From e3240df27fb63294175f6e8a74e51da27aba03c9 Mon Sep 17 00:00:00 2001 From: Ankur Sharma Date: Tue, 9 Apr 2019 17:28:05 +0530 Subject: [PATCH] Changing the CaPath for SSL certificates Modifying the CaPath for SSL certs in gps.conf to be used by xtra-daemon while estalishing SSL connection for downloading XTRA file. Change-Id: Id360b21fdda8b539568cbd505c16e99ee1ad6816 CRs-Fixed: 2432184 --- etc/gps.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/gps.conf b/etc/gps.conf index 82a7b3ca..a5dabb2d 100644 --- a/etc/gps.conf +++ b/etc/gps.conf @@ -14,7 +14,7 @@ ERR_ESTIMATE=0 NTP_SERVER=time.izatcloud.net #XTRA CA path -XTRA_CA_PATH=/system/etc/security/cacerts +XTRA_CA_PATH=/usr/lib/ssl/certs # DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info # 4 - Debug, 5 - Verbose