chdir / aria2-android

This repository is obsolete. Much better frontends for aria2 have been written and can be found in F-Droid
GNU General Public License v3.0
66 stars 15 forks source link

Certificate support for http downloads #5

Closed Alexander-- closed 4 years ago

wicast commented 7 years ago

I think this pipe will help. https://github.com/chdir/aria2-android/blob/master/README.md cat /etc/security/cacerts/* | aria2c --ca-certificate=/proc/self/fd/0

Alexander-- commented 7 years ago

Interesting, thanks for the information. Unfortunately, the specified location does not account for removed (compromised) CAs, so security benefits of such hack are FOOBAR.

Personally I would prefer to dynamically download CAs from a trusted source and keep them up to date using a scheduled background Service (like most Android browsers do). Patches welcome.