bmatzelle / gow

Unix command line utilities installer for Windows.
https://github.com/bmatzelle/gow/wiki
6.55k stars 363 forks source link

Cannot use wget : Please update wget to a version >= 1.14 #275

Open sebma opened 1 year ago

sebma commented 1 year ago

Hi,

GNU wget 1.11.4 provided with gow 0.8.0 is too old to support TLS SNI (see : https://stackoverflow.com/a/30826675/5649639)

PS C:\> scoop list gow
Installed apps matching 'gow':

Name Version Source Updated             Info
---- ------- ------ -------             ----
gow  0.8.0   main   2022-08-04 17:53:38 Global install

PS C:\> (gcm wget.exe).source
C:\ProgramData\scoop\shims\wget.exe
PS C:\> wget.exe -V | select -f 5
SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
syswgetrc = C:\ProgramData\scoop\apps\gow\current/etc/wgetrc
GNU Wget 1.11.4

Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://www.gnu.org/licenses/gpl.html>.
PS C:\> wget.exe -d https://class.coursera.org
SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
syswgetrc = C:\ProgramData\scoop\apps\gow\current/etc/wgetrc
DEBUG output created by Wget 1.11.4 on Windows-MinGW.

--2022-08-09 17:58:11--  https://class.coursera.org/
Resolving class.coursera.org... seconds 0,00, 184.73.251.209, 3.95.96.73, 54.174.84.91, ...
Caching class.coursera.org => 184.73.251.209 3.95.96.73 54.174.84.91 52.7.10.126 34.199.23.144 54.205.120.206
Connecting to class.coursera.org|184.73.251.209|:443... seconds 0,00, connected.
Created socket 724.
Releasing 0x010c8aa0 (new refcount 1).
Initiating SSL handshake.
SSL handshake failed.
Closed fd 724
Unable to establish SSL connection.

Can you please update wget to a version > 1.14 ?