Skip to content

Commit

Permalink
Add trust anchors for user certificates
Browse files Browse the repository at this point in the history
One of the requirements for auto backup is the server uses HTTPS.  We need the app to allow self signed certs for use cases where users have used self signed certs
  • Loading branch information
LiamMorrow committed Sep 22, 2024
1 parent 01c6956 commit 6cb55cb
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,12 @@
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">10.0.2.2</domain>
</domain-config>
<base-config>
<trust-anchors>
<!-- Trust preinstalled CAs -->
<certificates src="system" />
<!-- Additionaly trusted user added CAs -->
<certificates src="user"/>
</trust-anchors>
</base-config>
</network-security-config>

0 comments on commit 6cb55cb

Please sign in to comment.