nvllsvm / Audinaut

A Subsonic client for Android
GNU General Public License v3.0
134 stars 18 forks source link

Allow User Trusted Credentials #96

Closed rerobins closed 4 years ago

rerobins commented 4 years ago

Subsonic/Ampache are self-hosted applications and should need to be able to support a user defined root certificate if that is installed on the android device. The default of android applications is to ignore the user trusted credentials. This patch overrides this by allowing certificates that are signed by certificates added by the user to their device.

See: https://developer.android.com/training/articles/security-config

nvllsvm commented 4 years ago

Thanks!