-
Notifications
You must be signed in to change notification settings - Fork 3.7k
why can't I download file #781
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It works for me. What kind of error did you get? |
well, no error in gui, File that should be download is master,zip file with filesize of 575,836KB. |
Go to site: https://github.com/lancethepants/tomatoware and click "clone or download" |
I think file downloaded was not even written. |
I use this aria2 server, https://github.com/ziahamza/webui-aria2 |
anyway, i do it manually, wget https://codeload.github.com/lancethepants/tomatoware/zip/master |
Error I got from terminal: 11/23 22:58:49 [NOTICE] Downloading 1 item(s) 11/23 22:58:51 [NOTICE] Download GID#07403f4c95468029 not complete: Download Results: Status Legend: |
The error means that aria2 could not verify server's certificate. |
im running it from router using static binary compiled, source taken from https://github.com/lancethepants/aria2-mipsel-static test run:
/media/myssd/aria2_downloads/test # |
my router dont have the certificate folder, only have 1 file /etc/ssl/openssl.cnf |
curious, wget works w/out any certification supplied |
|
still error, i dont have certificate 11/23 23:34:51 [NOTICE] Downloading 1 item(s) 11/23 23:34:51 [ERROR] Failed to load trusted CA certificates from /etc/ssl/cert s/ca-certificates.crt. Cause: error:02001002:system library:fopen:No such file o r directory 11/23 23:34:52 [NOTICE] Download GID#fda40c43ebecac65 not complete: Download Results: Status Legend: aria2 will resume download if the transfer is restarted. |
how about adding option similar to wget, "--no-check-certificate" ? /media/myssd/aria2_downloads/test # aria2c https://codeload.github.com/lancethep Did you mean: |
Looks like your system does not have the file.
aria2 already has one: --check-certificate=false But this is a last resort, since this is insecure. Perhaps, it would be better to ask router OS (openwrt?) developer or community that where the CA certificate file is. |
Well, aria2 help system actually suggested the option... |
--check-certificate=false working. Thanks. |
kindly close issue .... |
Normally, inside linux, i downloaded this file using syntax, wget https://codeload.github.com/lancethepants/tomatoware/zip/master
Q#: why Aria2 is having issue downloading it ?
The text was updated successfully, but these errors were encountered: