• wget and https

    From Marco Franchini@21:1/5 to All on Tue Jul 9 08:23:57 2019
    Hi,
    I try to download some http files using wget and it works fine;
    when I try to use https:
    wget https://website.com
    I get the following error
    https://website.com: Unsupported scheme


    my installed version is

    wget -V
    GNU Wget 1.9.1

    Can you tell me where I can find a version compatible with https

    thanks

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Zenovalle@21:1/5 to All on Tue Jul 9 18:00:42 2019
    Il 09/07/2019 17:23, Marco Franchini ha scritto:
    Hi,
    I try to download some http files using wget and it works fine;
    when I try to use https:
    wget https://website.com
    I get the following error
    https://website.com: Unsupported scheme


    my installed version is

    wget -V
    GNU Wget 1.9.1

    Can you tell me where I can find a version compatible with https

    thanks




    For a newer version of wget, try installing it with yum:

    https://bitbucket.org/ibmi/opensource/src/master/docs/yum/README.md

    then you can use this command:

    wget --no-check-certificate https://website.com

    --
    http://blog.zenovalle.it/

    But we are hackers and hackers have black terminals with green font
    colors. (John Nunemaker)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)