bauerj / paperless_app

An Android/iOS app for Paperless
https://play.google.com/store/apps/details?id=eu.bauerj.paperless_app
GNU General Public License v3.0
527 stars 46 forks source link

Enabling system and user certificate #89

Closed hydrian closed 2 years ago

hydrian commented 2 years ago

This allows the Dart VM/Flutter to trust the system and user-installed device root CA certificates.

This does not fix the certificate verification process within the paperless but it is a required first step.

hydrian commented 2 years ago

There should be no negative side effects of enabling this.

bauerj commented 2 years ago

Thanks!