wget ssl alert handshake failure

前端 未结 7 1735
花落未央
花落未央 2021-02-01 01:59

I am trying to download files from an https site and keep getting the following error:

OpenSSL: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert ha         


        
7条回答
  •  执笔经年
    2021-02-01 02:22

    You probably have an old version of wget. I suggest installing wget using Chocolatey, the package manager for Windows. This should give you a more recent version (if not the latest).

    Run this command after having installed Chocolatey (as Administrator):

    choco install wget
    

提交回复
热议问题