I am working with a package that apparently needs the following command in order to fetch the distfile: wget --no-check-certificate https://host/distfile.tar.gz What is the proper way to handle this? Is there an alternative to actually using wget? Cheers, Brook