From 26bc92cf8ecc34474664c399c0371274902ef79f Mon Sep 17 00:00:00 2001 From: Sean Farley Date: Sun, 12 Sep 2021 21:02:20 -0400 Subject: [PATCH] Accept user CA's for connections via HTTPS proxy Permit Traccar client to communicate with the Traccar server via an HTTPS proxy that uses a certificate generated from a user (non-system) CA. --- app/src/main/res/xml/network_security_config.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/xml/network_security_config.xml b/app/src/main/res/xml/network_security_config.xml index 2439f15..8a76775 100644 --- a/app/src/main/res/xml/network_security_config.xml +++ b/app/src/main/res/xml/network_security_config.xml @@ -1,4 +1,9 @@ - + + + + + +