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 [email protected] 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
OpenPGP_signature
Description: OpenPGP digital signature
