OS: Linux Mint 18.1, wget from official repositories

blastbox@blastbox-G750JH ~ $ wget --secure-protocol=auto
https://web.archive.org
--2016-12-27 23:19:06--  https://web.archive.org/
Resolving web.archive.org (web.archive.org)... 92.255.241.100,
2a02:2698:a000::64
Connecting to web.archive.org (web.archive.org)|92.255.241.100|:443...
connected.
OpenSSL: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Unable to establish SSL connection.

blastbox@blastbox-G750JH ~ $ wget --secure-protocol=SSLv2
https://web.archive.org
--2016-12-27 23:19:13--  https://web.archive.org/
OpenSSL: unimplemented 'secure-protocol' option value 1
Please report this issue to bug-wget@gnu.org
Aborted

blastbox@blastbox-G750JH ~ $ wget --secure-protocol=SSLv3
https://web.archive.org
--2016-12-27 23:19:18--  https://web.archive.org/
OpenSSL: unimplemented 'secure-protocol' option value 2
Please report this issue to bug-wget@gnu.org
Aborted

Reply via email to