glennmcc
North Jackson, Ohio (USA), 27.11.2022, 20:10 |
DOS build of WGET.EXE (Users) |
Is there a newer DOS build of WGET.EXE ?
The newest one I can find is from way back in 2008.
https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/net/wget/ --- --
http://glennmcc.org/ |
fritz.mueller
Munich, Germany, 27.11.2022, 23:36
@ glennmcc
|
DOS build of WGET.EXE |
> Is there a newer DOS build of WGET.EXE ?
>
> The newest one I can find is from way back in 2008.
>
> https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/net/wget/
If I remember right, 1.11b was the latest version that I found last December when I wrote the german translation. There was a version mismatch with an older version (NLS or readme.txt 1.0.8??) before. For security reasons have a look at
https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/repositories/latest/net/
as I am out of home now.
cheers
willi
there are some other version differences, actual label has version 1.5 and supports nls, you also find it at the repositories
tree has version 3.7.2 although it seems that it uses the same exe as 3.7 and only german nls is added whereas 3.7.1 seems to be an update from Jim Hall with missing NLS files... |
glennmcc
North Jackson, Ohio (USA), 28.11.2022, 00:37
@ fritz.mueller
|
DOS build of WGET.EXE |
> > Is there a newer DOS build of WGET.EXE ?
> >
> > The newest one I can find is from way back in 2008.
> >
> > https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/net/wget/
>
> If I remember right, 1.11b was the latest version that I found last
> December when I wrote the german translation. There was a version mismatch
> with an older version (NLS or readme.txt 1.0.8??) before. For security
> reasons have a look at
> https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/repositories/latest/net/
>
Even tho the ZIP is dated 2022-02-17,
the contained WGET.EXE is the same one I already have from 2008-04-20
The reason I'm looking for a newer DOS build is because the version from 2008
is not compatible with the current implementation of SSL resulting in...
OpenSSL: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
Unable to establish SSL connection. --- --
http://glennmcc.org/ |
Rugxulo
Usono, 28.11.2022, 02:39
@ glennmcc
|
DOS build of WGET.EXE |
> The reason I'm looking for a newer DOS build is because the version from
> 2008
> is not compatible with the current implementation of SSL resulting in...
>
> OpenSSL: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert
> handshake failure
> Unable to establish SSL connection.
This old thread from 2020 is where I linked to a download of Wget 1.20.3. |
glennmcc
North Jackson, Ohio (USA), 28.11.2022, 05:14 (edited by glennmcc, 28.11.2022, 06:17)
@ Rugxulo
|
DOS build of WGET.EXE |
>
> This old thread from 2020 is where I linked to a download
> of Wget 1.20.3.
Got it, tried it.
Result of... wget.exe https://youtube.com
--2022-11-27 23:11:37-- https://youtube.com/
Could not seed PRNG; consider using --random-file.
OpenSSL: error:02001016:system library:fopen:No such file or directory (ENOENT)
OpenSSL: error:2006D080:BIO routines:BIO_new_file:no such file
OpenSSL: error:0E078072:configuration file routines:def_load:no such file
OpenSSL: error:2406C06E:random number generator:RAND_DRBG_instantiate:error retrieving entropy
Disabling SSL due to encountered errors.
___________
So, what must be used for the seed file ?
wget.exe --random-file filename https://youtube.com
__________________???????______________________
Youtube still works with the older version of wget.
c:\wget111b\bin\wattcp.cfg not found
Configuring through BOOTP..failed
failed
Configuring through DHCP..--2022-11-27 23:17:33-- https://youtube.com/
Resolving youtube.com... 142.250.138.190, 142.250.138.93, 142.250.138.136, ...
Connecting to youtube.com|142.250.138.190|:443... connected.
WARNING: cannot verify youtube.com's certificate, issued by `/C=US/O=Google Trust Services LLC/CN=GTS CA 1C3':
Unable to locally verify the issuer's authority.
WARNING: certificate common name `*.google.com' doesn't match requested host name `youtube.com'.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.youtube.com/ [following]
--2022-11-27 23:17:34-- https://www.youtube.com/
Resolving www.youtube.com... 142.250.115.91, 172.217.1.238, 142.250.114.136, ...
Connecting to www.youtube.com|142.250.115.91|:443... connected.
WARNING: cannot verify www.youtube.com's certificate, issued by `/C=US/O=Google Trust Services LLC/CN=GTS CA 1C3':
Unable to locally verify the issuer's authority.
WARNING: certificate common name `*.google.com' doesn't match requested host name `www.youtube.com'.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `index.htm'
0K .......... .......... .......... .......... .......... 83.3K
50K .......... .......... .......... .......... .......... 39.7K
100K .......... .......... .......... .......... .......... 179K
150K .......... .......... .......... .......... .......... 185K
200K .......... .......... .......... .......... .......... 179K
250K .......... .......... .......... .......... .......... 227K
300K .......... .......... .......... .......... .......... 227K
350K .......... .......... .......... .......... .......... 227K
400K .......... .......... .......... .......... .......... 227K
450K .......... .......... .......... .......... .......... 90.9K
500K .......... .......... .......... .......... .......... 152K
550K .......... .......... .......... .......... .......... 35.2K
600K .......... .......... .......... .......... .......... 152K
650K .......... .......... .......... .......... 182K=6.4s
2022-11-27 23:17:41 (107 KB/s) - `index.htm' saved [706637]
______________
index.htm is indeed the 'front page' of youtube.com --- --
http://glennmcc.org/ |
glennmcc
North Jackson, Ohio (USA), 27.02.2023, 00:55
@ glennmcc
|
DOS build of WGET.EXE |
> >
> > This old thread from 2020 is where I linked to a
> download
> > of Wget 1.20.3.
>
> Got it, tried it.
>
> Result of... wget.exe https://youtube.com
>
> --2022-11-27 23:11:37-- https://youtube.com/
> Could not seed PRNG; consider using --random-file.
> OpenSSL: error:02001016:system library:fopen:No such file or directory
> (ENOENT)
> OpenSSL: error:2006D080:BIO routines:BIO_new_file:no such file
> OpenSSL: error:0E078072:configuration file routines:def_load:no such file
> OpenSSL: error:2406C06E:random number generator:RAND_DRBG_instantiate:error
> retrieving entropy
> Disabling SSL due to encountered errors.
>
> ___________
>
I have tried everything I can think of to no avail.
Has anyone else had any success with wget.exe v1.20.3 ? --- --
http://glennmcc.org/ |