Skip to content
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

HTTPS is not supported yet! #361

Open
fuqet opened this issue Apr 16, 2015 · 10 comments
Open

HTTPS is not supported yet! #361

fuqet opened this issue Apr 16, 2015 · 10 comments
Labels

Comments

@fuqet
Copy link

fuqet commented Apr 16, 2015

Hello.

Im trying to download torrent file but im getting this error HTTPS is not supported yet!

How can I fix it?

Thanks

@umair84
Copy link

umair84 commented Apr 21, 2015

Hi fuqet,

Would you please paste here the complete command you are running and error message? It would be more helpful to debug the issue then.

@tatsuhiro-t
Copy link
Collaborator

... and also make sure that aria2 was built with HTTPS support.
Run aria2c -v and check Libraries:. If you don't see "GnuTLS" or "OpenSSL", then aria2 was not built with HTTPS.

@fuqet
Copy link
Author

fuqet commented Apr 27, 2015

Im add torrent file to download. Im using debian, and im geting this error [InitiateConnectionCommandFactory.cc:86] errorCode=1 https is not supported yet.

Address in my torrent file is https not http.

How can I fix it? Thanks for your help.

@tatsuhiro-t
Copy link
Collaborator

Tracker URI could be https. Can you check that torrent file was downloaded correctly?

@adaaaaaa
Copy link

I'm suffering the same problem too. Have you solved that? help me...

@tony5614
Copy link

try to add this argument "--check-certificate=false"
like this:
aria2c -x 4 -s 4 https://wfffmark.tgz --check-certificate=false

@Suncatcher
Copy link

If you don't see "GnuTLS" or "OpenSSL", then aria2 was not built with HTTPS

And if it was built without HTTPS, then how can it be rebuilt?

@Suncatcher
Copy link

Suncatcher commented Nov 28, 2016

try to add this argument "--check-certificate=false"
like this:
aria2c -x 4 -s 4 https://wfffmark.tgz --check-certificate=false

That didn't help.

@cqzhao
Copy link

cqzhao commented Nov 12, 2018

I got the same error. aria2c -v shows that aria2 was not built with HTTPS. How to rebuild?

@tjonesster
Copy link

I see that the thread is several years old but in case people find it in the future
if on linux you need openssl-devel which you should be able to locate through whatever package manager you use
run ./configure , make, make install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants