bug-wget
[Top][All Lists]
Advanced

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

Re: wget - uninplemented 'secure-protocol' option value 1


From: Petr Pisar
Subject: Re: wget - uninplemented 'secure-protocol' option value 1
Date: Sun, 15 May 2022 16:36:36 +0200

V Sun, May 15, 2022 at 09:44:56AM +0200, kg.202205.gnu@kgsw.de napsal(a):
> $ wget --no-check-certificate --secure-protocol=SSLv2 
> https://192.168.2.106/CN8000
> --2022-05-15 09:29:30--  https://192.168.2.106/CN8000
> OpenSSL: unimplemented 'secure-protocol' option value 1

I think this error messages says that your OpenSSL library does not support
SSLv2. This is not a problem in wget, but in your OpenSSL.

See "openssl s_client -help" error output. If there is no -ssl2 option listed
among -tls1_3 (compare to
<https://www.openssl.org/docs/man1.0.2/man1/openssl-s_client.html>), then your
OpenSSL does not support it.

> Please report this issue to bug-wget@gnu.org

Maybe wget could be smarter and recommend contacting OpenSSL in this case.

-- Petr

Attachment: signature.asc
Description: PGP signature


reply via email to

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