我启动了一个bash代码,尝试通过axel下载文件,但是当脚本要下载文件时,它崩溃并出现错误SSL error: certificate verify failed

有人可以帮我吗,例如通过命令行添加例外?

部分代码:

axel ${EXTRAARGS} --alternate "https://build.nethunter.com/kalifs/kalifs-20171013/kalifs-armhf-minimal.tar.xz "


已经声明了其他变量。
结果是:

Initializing download: https://build.nethunter.com/kalifs/kalifs-20171013/kalifs-armhf-minimal.tar.xz<br>
SSL error: certificate verify failed


不管怎么说,还是要谢谢你。

最佳答案

您尝试过man axel吗?在man页面上:

   --insecure, -k
          Do not verify the SSL certificate. Only use this if
          you are getting certificate errors and you are sure
          of the sites authenticity.

关于bash - 如何解决“SSL错误:证书验证失败”,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/56360110/

10-11 08:50