y-polek / TransmissionRemote

Remote control for Transmission BitTorrent client
Apache License 2.0
167 stars 38 forks source link

Use user added trusted CA certificates #105

Closed baranyaib90 closed 1 year ago

baranyaib90 commented 4 years ago

Hi, I have installed my self signed CA certificate on my Android phone, like it's described here: https://support.google.com/pixelphone/answer/2844832?hl=en Opening transmission web page with chrome shows, that the certificate is secure. But when using the Transmission Remote app, it does not work without checking "Trust self signed SSL certificates". Could you please also add support for user added CA usage? Hopefully I have linked proper references: https://android-developers.googleblog.com/2016/07/changes-to-trusted-certificate.html?m=1 https://developer.android.com/training/articles/security-config#certificates Or programmatically add option to use user added CAs. Thank you in advance!