leeroybrun / node-mt-files-downloader

Simple module letting you download a file from the web, compute stats, retry in case of error, etc
MIT License
84 stars 44 forks source link

Can not download https #18

Open naviocean opened 7 years ago

naviocean commented 7 years ago

Hello, I've tested, it works fine with http but https doesnt support even when I set port is 443 in options. ex: https://wordpress.org/latest.zip Please update and fix this issue Thanks

timomitt2610 commented 7 years ago

Hello, @leeroybrun

I am having the same issue. When trying to download from https, I get following error: "The .mtd file is corrupt. Start a new download.". Is there any workaround for https?

karvapallo commented 7 years ago

Yeah I'm having the same issue. Did anyone find a solution for this?

timomitt2610 commented 7 years ago

You could check https://github.com/zeltice/zeltice-mt-downloader

tadeork commented 6 years ago

I think you can do this dl.setOptions({ port: 443 });