[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: wget core dump on ubuntu 22.04
From: |
Jeffrey Walton |
Subject: |
Re: wget core dump on ubuntu 22.04 |
Date: |
Sun, 19 Mar 2023 12:38:17 -0400 |
On Tue, Feb 28, 2023 at 7:08 PM Art Mellor <art@skelmir.com> 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