wget a zip file from GitHub, OpenSSL error
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
$ wget -O sindresorhus-is-online-master.zip https://github.com/sindresorhus/is-online/archive/master.zip
--2018-11-03 13:48:20-- https://github.com/sindresorhus/is-online/archive/master.zip
Resolving github.com... <ip>, <ip>
Connecting to github.com|<ip>|:443... connected.
OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
Unable to establish SSL connection.
Wondering what to do to get wget working in this situation. I know how to download it fine with curl, or from the browser, but I'd like to know how to do it with wget in this situation.
wget openssl error-handling https
add a comment |Â
up vote
0
down vote
favorite
$ wget -O sindresorhus-is-online-master.zip https://github.com/sindresorhus/is-online/archive/master.zip
--2018-11-03 13:48:20-- https://github.com/sindresorhus/is-online/archive/master.zip
Resolving github.com... <ip>, <ip>
Connecting to github.com|<ip>|:443... connected.
OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
Unable to establish SSL connection.
Wondering what to do to get wget working in this situation. I know how to download it fine with curl, or from the browser, but I'd like to know how to do it with wget in this situation.
wget openssl error-handling https
1
It isn't issue in wget, it is issue in missing ssl libraries, for ssl to work.
â fugitive
38 mins ago
Would like to know what to do to get it to work.
â Lance Pollard
38 mins ago
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
$ wget -O sindresorhus-is-online-master.zip https://github.com/sindresorhus/is-online/archive/master.zip
--2018-11-03 13:48:20-- https://github.com/sindresorhus/is-online/archive/master.zip
Resolving github.com... <ip>, <ip>
Connecting to github.com|<ip>|:443... connected.
OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
Unable to establish SSL connection.
Wondering what to do to get wget working in this situation. I know how to download it fine with curl, or from the browser, but I'd like to know how to do it with wget in this situation.
wget openssl error-handling https
$ wget -O sindresorhus-is-online-master.zip https://github.com/sindresorhus/is-online/archive/master.zip
--2018-11-03 13:48:20-- https://github.com/sindresorhus/is-online/archive/master.zip
Resolving github.com... <ip>, <ip>
Connecting to github.com|<ip>|:443... connected.
OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
Unable to establish SSL connection.
Wondering what to do to get wget working in this situation. I know how to download it fine with curl, or from the browser, but I'd like to know how to do it with wget in this situation.
wget openssl error-handling https
wget openssl error-handling https
edited 22 mins ago
asked 40 mins ago
Lance Pollard
1245
1245
1
It isn't issue in wget, it is issue in missing ssl libraries, for ssl to work.
â fugitive
38 mins ago
Would like to know what to do to get it to work.
â Lance Pollard
38 mins ago
add a comment |Â
1
It isn't issue in wget, it is issue in missing ssl libraries, for ssl to work.
â fugitive
38 mins ago
Would like to know what to do to get it to work.
â Lance Pollard
38 mins ago
1
1
It isn't issue in wget, it is issue in missing ssl libraries, for ssl to work.
â fugitive
38 mins ago
It isn't issue in wget, it is issue in missing ssl libraries, for ssl to work.
â fugitive
38 mins ago
Would like to know what to do to get it to work.
â Lance Pollard
38 mins ago
Would like to know what to do to get it to work.
â Lance Pollard
38 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%2f479650%2fwget-a-zip-file-from-github-openssl-error%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
1
It isn't issue in wget, it is issue in missing ssl libraries, for ssl to work.
â fugitive
38 mins ago
Would like to know what to do to get it to work.
â Lance Pollard
38 mins ago