wget ssl alert handshake failure

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

    I was having this problem on Ubuntu 12.04.3 LTS (well beyond EOL, I know...) and got around it with:

    sudo apt-get update && sudo apt-get install ca-certificates
    

提交回复
热议问题