bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wget core dump on ubuntu 22.04


From: Tim Rühsen
Subject: Re: wget core dump on ubuntu 22.04
Date: Sun, 19 Mar 2023 14:29:56 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.2

On 28.02.23 18:19, 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


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

This is expected behavior.

The abort() function is called when unexpected things happens.
In this case, your the openssl library on your system has been built without SSLv2 support.

On some systems, the system configuration is set to enable core dumps if an application calls abort(). This can be helpful to debug issues.

There are plenty ways of tuning core dump behavior of your system, just search the internet.

How to best build and use an alternative openssl version on your system, please also consult the internet.

Regards, Tim

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]