Anon-Exploiter / infosecinstitute-dl

A small and dirty python3 based script to download courses from Infosec Institute.
MIT License
12 stars 12 forks source link

HTTPS not available #16

Closed AWES0ME1 closed 2 years ago

AWES0ME1 commented 2 years ago

image It seems, these is an issue with HTTPS, I presume this is due to a missing package or improper build?

Anon-Exploiter commented 2 years ago

Hi @AWES0ME1,

I think the issue isn't with the script itself but with aria2c which is the external downloader implemented for downloading the course files.

Looking up the aria2c error, I got 2 GitHub issue links: https://github.com/aria2/aria2/issues/791 https://github.com/aria2/aria2/issues/779

Are you behind any firewall/VPN or something when running the script?

Try the following as a solution (upgrading/reinstalling aria2): https://github.com/aria2/aria2/issues/779#issuecomment-263549613

Anon-Exploiter commented 2 years ago

Closing the issue due to no response and because the issue's with the user's OS and aria2c.