wget ssl alert handshake failure

前端 未结 7 1737
花落未央
花落未央 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:09

    Below command for download files from TLSv1.2 website.

    curl -v --tlsv1.2 https://example.com/filename.zip

    It`s worked!

提交回复
热议问题