yyr / wrf_install

Download & build process of wrf model with all dependencies
GNU General Public License v3.0
36 stars 23 forks source link

disable https certificate checks in wget #9

Closed avances123 closed 9 years ago

avances123 commented 9 years ago

It was failing in VAPOR app:

https://docs.vapor.ucar.edu/sites/default/files/vapor-2.3.0-Linux_x86_64.tar.gz
yyr commented 9 years ago

Hello Thaks for the pull, I am not comfortable with change. actually I wanted to move opposite direction towords more secure downloads. I think we should check for integrity of each downloaded file, which currently we are not doing.

Anyway I changed https to http for VAPOR (see e1a07a796299b6af9f50128c5ad5698b8a5587c8) for now sothat downloading doesn't fail.

By the way, IIRC, I haven't built vapour successfully, you might want work on that. (pull requests are welcome :) ).

Thanks.