Re: wget core dump on ubuntu 22.04

2023-03-19 Thread Art Mellor
It's for QA on some software we provide, which supports some really old
stuff that some of our long-time customers still use. So we like to make
sure it works. It's not ideal, but we get paid to support it. :-/

: Art Mellor : Skelmir LLC : 414-678-9011 : a...@skelmir.com :



On Sun, Mar 19, 2023 at 11:38 AM Jeffrey Walton  wrote:

> On Tue, Feb 28, 2023 at 7:08 PM Art Mellor  wrote:
> >
> > *% wget -v --tries=1 --secure-protocol=SSLv3 -T 3 --no-check-certificate
> > https://localhost:1234 <https://localhost:1234>*
> > --2023-02-28 12:15:09--  https://localhost:1234/
> > OpenSSL: unimplemented 'secure-protocol' option value 2
> > Please report this issue to bug-wget@gnu.org
> > Aborted
>
> Off topic, I would be interested in learning your use case for SSLv3.
>
> Nowadays, it is usually TLS 1.2 and above. I even see TLS 1.0 and
> above on occasion.
>
> But not SSLv2 or SSLv3. SSLv2 died about 25 years ago, and SSLv3 died
> about 10 years ago.
>
> Jeff
>


wget core dump on ubuntu 22.04

2023-02-28 Thread Art Mellor
*% wget -v --tries=1 --secure-protocol=SSLv3 -T 3 --no-check-certificate
https://localhost:1234 <https://localhost:1234>*
--2023-02-28 12:15:09--  https://localhost:1234/
OpenSSL: unimplemented 'secure-protocol' option value 2
Please report this issue to bug-wget@gnu.org
Aborted


*% lsb_release -a*No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.2 LTS
Release: 22.04
Codename: jammy


*% wget --version*GNU Wget 1.21.2 built on linux-gnu.

-cares +digest -gpgme +https +ipv6 +iri +large-file -metalink +nls
+ntlm +opie +psl +ssl/openssl

Wgetrc:
/etc/wgetrc (system)
Locale:
/usr/share/locale
Compile:
gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/etc/wgetrc"
-DLOCALEDIR="/usr/share/locale" -I. -I../../src -I../lib
-I../../lib -Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_LIBSSL -DNDEBUG
-g -O2 -ffile-prefix-map=/build/wget-8g5eYO/wget-1.21.2=.
-flto=auto -ffat-lto-objects -flto=auto -ffat-lto-objects
-fstack-protector-strong -Wformat -Werror=format-security
-DNO_SSLv2 -D_FILE_OFFSET_BITS=64 -g -Wall
Link:
gcc -DHAVE_LIBSSL -DNDEBUG -g -O2
-ffile-prefix-map=/build/wget-8g5eYO/wget-1.21.2=. -flto=auto
-ffat-lto-objects -flto=auto -ffat-lto-objects
-fstack-protector-strong -Wformat -Werror=format-security
-DNO_SSLv2 -D_FILE_OFFSET_BITS=64 -g -Wall -Wl,-Bsymbolic-functions
-flto=auto -ffat-lto-objects -flto=auto -Wl,-z,relro -Wl,-z,now
-lpcre2-8 -luuid -lidn2 -lssl -lcrypto -lz -lpsl ftp-opie.o
openssl.o http-ntlm.o ../lib/libgnu.a

Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://www.gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Originally written by Hrvoje Niksic .
Please send bug reports and questions to .

: Art Mellor : Skelmir LLC : 414-678-9011 : a...@skelmir.com :