V Sun, May 15, 2022 at 09:44:56AM +0200, kg.202205....@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