Can not download from an HTTPS site (ssl) with wget?

The name of the pictureThe name of the pictureThe name of the pictureClash 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










share|improve this question























  • 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














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










share|improve this question























  • 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












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










share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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
















  • 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















active

oldest

votes











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















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



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














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













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay