Can not download from an HTTPS site (ssl) with wget?
Clash Royale CLAN TAG#URR8PPP
up vote
-1
down vote
favorite
I know my version of wget is very old, but I can't get a download to work with it,
# wget --secure-protocol SSLv3 https://github.com/radare/radare2/archive/master.zip
--2018-11-04 23:06:12-- https://github.com/radare/radare2/archive/master.zip
Resolving github.com... 192.30.253.112, 192.30.253.113
Connecting to github.com|192.30.253.112|:443... connected.
OpenSSL: error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure
Unable to establish SSL connection.
# wget --secure-protocol SSLv2 https://github.com/radare/radare2/archive/master.zip
--2018-11-04 23:06:14-- https://github.com/radare/radare2/archive/master.zip
Resolving github.com... 192.30.253.113, 192.30.253.112
Connecting to github.com|192.30.253.113|:443... connected.
Unable to establish SSL connection.
# wget --secure-protocol TLSv1 https://github.com/radare/radare2/archive/master.zip
--2018-11-04 23:06:22-- https://github.com/radare/radare2/archive/master.zip
Resolving github.com... 192.30.253.112, 192.30.253.113
Connecting to github.com|192.30.253.112|:443... connected.
OpenSSL: error:1409442E:SSL routines:SSL3_READ_BYTES:tlsv1 alert protocol version
Unable to establish SSL connection.
I've tried adding --no-check-certificate
but still no dice. Is there anyway to get grab an a .zip
with an ancient version of wget
on an https
server?
In this case, it's a public tarball. And, I'm working on an iso made to test vulnerabilities (Protostar).
Using Wget 1.12 and OpenSSL 0.9.8 from Debian Squeeze 6.0.3
debian wget ssl error-handling
add a comment |Â
up vote
-1
down vote
favorite
I know my version of wget is very old, but I can't get a download to work with it,
# wget --secure-protocol SSLv3 https://github.com/radare/radare2/archive/master.zip
--2018-11-04 23:06:12-- https://github.com/radare/radare2/archive/master.zip
Resolving github.com... 192.30.253.112, 192.30.253.113
Connecting to github.com|192.30.253.112|:443... connected.
OpenSSL: error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure
Unable to establish SSL connection.
# wget --secure-protocol SSLv2 https://github.com/radare/radare2/archive/master.zip
--2018-11-04 23:06:14-- https://github.com/radare/radare2/archive/master.zip
Resolving github.com... 192.30.253.113, 192.30.253.112
Connecting to github.com|192.30.253.113|:443... connected.
Unable to establish SSL connection.
# wget --secure-protocol TLSv1 https://github.com/radare/radare2/archive/master.zip
--2018-11-04 23:06:22-- https://github.com/radare/radare2/archive/master.zip
Resolving github.com... 192.30.253.112, 192.30.253.113
Connecting to github.com|192.30.253.112|:443... connected.
OpenSSL: error:1409442E:SSL routines:SSL3_READ_BYTES:tlsv1 alert protocol version
Unable to establish SSL connection.
I've tried adding --no-check-certificate
but still no dice. Is there anyway to get grab an a .zip
with an ancient version of wget
on an https
server?
In this case, it's a public tarball. And, I'm working on an iso made to test vulnerabilities (Protostar).
Using Wget 1.12 and OpenSSL 0.9.8 from Debian Squeeze 6.0.3
debian wget ssl error-handling
GitHub appears to support TLS 1.2 only, so the answer's probably to build your own copy of something.
â Michael Homer
27 mins ago
@Vlastimil from the question "And, I'm working on an iso made to test vulnerabilities (Protostar)."
â Evan Carroll
19 mins ago
add a comment |Â
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I know my version of wget is very old, but I can't get a download to work with it,
# wget --secure-protocol SSLv3 https://github.com/radare/radare2/archive/master.zip
--2018-11-04 23:06:12-- https://github.com/radare/radare2/archive/master.zip
Resolving github.com... 192.30.253.112, 192.30.253.113
Connecting to github.com|192.30.253.112|:443... connected.
OpenSSL: error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure
Unable to establish SSL connection.
# wget --secure-protocol SSLv2 https://github.com/radare/radare2/archive/master.zip
--2018-11-04 23:06:14-- https://github.com/radare/radare2/archive/master.zip
Resolving github.com... 192.30.253.113, 192.30.253.112
Connecting to github.com|192.30.253.113|:443... connected.
Unable to establish SSL connection.
# wget --secure-protocol TLSv1 https://github.com/radare/radare2/archive/master.zip
--2018-11-04 23:06:22-- https://github.com/radare/radare2/archive/master.zip
Resolving github.com... 192.30.253.112, 192.30.253.113
Connecting to github.com|192.30.253.112|:443... connected.
OpenSSL: error:1409442E:SSL routines:SSL3_READ_BYTES:tlsv1 alert protocol version
Unable to establish SSL connection.
I've tried adding --no-check-certificate
but still no dice. Is there anyway to get grab an a .zip
with an ancient version of wget
on an https
server?
In this case, it's a public tarball. And, I'm working on an iso made to test vulnerabilities (Protostar).
Using Wget 1.12 and OpenSSL 0.9.8 from Debian Squeeze 6.0.3
debian wget ssl error-handling
I know my version of wget is very old, but I can't get a download to work with it,
# wget --secure-protocol SSLv3 https://github.com/radare/radare2/archive/master.zip
--2018-11-04 23:06:12-- https://github.com/radare/radare2/archive/master.zip
Resolving github.com... 192.30.253.112, 192.30.253.113
Connecting to github.com|192.30.253.112|:443... connected.
OpenSSL: error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure
Unable to establish SSL connection.
# wget --secure-protocol SSLv2 https://github.com/radare/radare2/archive/master.zip
--2018-11-04 23:06:14-- https://github.com/radare/radare2/archive/master.zip
Resolving github.com... 192.30.253.113, 192.30.253.112
Connecting to github.com|192.30.253.113|:443... connected.
Unable to establish SSL connection.
# wget --secure-protocol TLSv1 https://github.com/radare/radare2/archive/master.zip
--2018-11-04 23:06:22-- https://github.com/radare/radare2/archive/master.zip
Resolving github.com... 192.30.253.112, 192.30.253.113
Connecting to github.com|192.30.253.112|:443... connected.
OpenSSL: error:1409442E:SSL routines:SSL3_READ_BYTES:tlsv1 alert protocol version
Unable to establish SSL connection.
I've tried adding --no-check-certificate
but still no dice. Is there anyway to get grab an a .zip
with an ancient version of wget
on an https
server?
In this case, it's a public tarball. And, I'm working on an iso made to test vulnerabilities (Protostar).
Using Wget 1.12 and OpenSSL 0.9.8 from Debian Squeeze 6.0.3
debian wget ssl error-handling
debian wget ssl error-handling
edited 25 mins ago
asked 33 mins ago
Evan Carroll
4,79093875
4,79093875
GitHub appears to support TLS 1.2 only, so the answer's probably to build your own copy of something.
â Michael Homer
27 mins ago
@Vlastimil from the question "And, I'm working on an iso made to test vulnerabilities (Protostar)."
â Evan Carroll
19 mins ago
add a comment |Â
GitHub appears to support TLS 1.2 only, so the answer's probably to build your own copy of something.
â Michael Homer
27 mins ago
@Vlastimil from the question "And, I'm working on an iso made to test vulnerabilities (Protostar)."
â Evan Carroll
19 mins ago
GitHub appears to support TLS 1.2 only, so the answer's probably to build your own copy of something.
â Michael Homer
27 mins ago
GitHub appears to support TLS 1.2 only, so the answer's probably to build your own copy of something.
â Michael Homer
27 mins ago
@Vlastimil from the question "And, I'm working on an iso made to test vulnerabilities (Protostar)."
â Evan Carroll
19 mins ago
@Vlastimil from the question "And, I'm working on an iso made to test vulnerabilities (Protostar)."
â Evan Carroll
19 mins ago
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f479823%2fcan-not-download-from-an-https-site-ssl-with-wget%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
GitHub appears to support TLS 1.2 only, so the answer's probably to build your own copy of something.
â Michael Homer
27 mins ago
@Vlastimil from the question "And, I'm working on an iso made to test vulnerabilities (Protostar)."
â Evan Carroll
19 mins ago