windows10 homeです。
コマンドラインからwgetを使いたく、「Wget for Windows」を入れました。
tomcatをダウンロードしたく以下のコマンドを入力すると、
wget --secure-protocol=TLSv1_2 http://www-eu.apache.org/dist/tomcat/tomcat-9/v9.0.55/bin/apache-tomcat-9.0.55.tar.gz
プロトコルバージョンのエラーが出ました。
SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc syswgetrc = c:/progra~1/wget/etc/wgetrc --2021-11-26 03:27:14-- http://www-eu.apache.org/dist/tomcat/tomcat-9/v9.0.55/bin/apache-tomcat-9.0.55.tar.gz Resolving www-eu.apache.org... 95.216.26.30 Connecting to www-eu.apache.org|95.216.26.30|:80... connected. HTTP request sent, awaiting response... 302 Found Location: https://downloads.apache.org/tomcat/tomcat-9/v9.0.55/bin/apache-tomcat-9.0.55.tar.gz [following] --2021-11-26 03:27:15-- https://downloads.apache.org/tomcat/tomcat-9/v9.0.55/bin/apache-tomcat-9.0.55.tar.gz Resolving downloads.apache.org... 135.181.214.104, 88.99.95.219 Connecting to downloads.apache.org|135.181.214.104|:443... connected. OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version Unable to establish SSL connection.
###試したこと
バージョン(TLSv1 )指定しました。
wget --secure-protocol=TLSv1 http://www-eu.apache.org/dist/tomcat/tomcat-9/v9.0.55/bin/apache-tomcat-9.0.55.tar.gz
エラー変わらずです。
OpenSSL: error:1409442E:SSL routines:SSL3_READ_BYTES:tlsv1 alert protocol version Unable to establish SSL connection.
TLSv1_2にすると、また怒られました。
SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc syswgetrc = c:/progra~1/wget/etc/wgetrc wget: --secure-protocol: Invalid value `TLSv1_2'.
どうすればwindows10でwgetが使えるのでしょうか?
分かる方教えて下さい。宜しくお願い致します。
###追記
wgetは、公式サイトから1.11.4をダウンロードしました
公式サイト
wget.exeとwget-1.11.4-1-dep.zipの中にある4つのDLLをコピーしました。
回答1件
あなたの回答
tips
プレビュー