P3TERX / Aria2-Pro-Core

Aria2 static binaries for GNU/Linux with some powerful feature patches. | 破解无限线程 防掉线程优化 静态编译 二进制文件 增强版
GNU General Public License v3.0
381 stars 98 forks source link

英伟达官网下载驱动报错 #10

Closed solarflows closed 3 years ago

solarflows commented 3 years ago

2021-06-26 10:39:39.250833 [NOTICE] [RequestGroupMan.cc:424] Download GID#ea979756f01af11b not complete: 2021-06-26 10:39:46.058604 [ERROR] [AbstractCommand.cc:377] CUID#16 - Download aborted. URI=https://cn.download.nvidia.cn/Windows/471.11/471.11-notebook-win10-64bit-international-dch-whql.exe Exception: [SocketCore.cc:1018] errorCode=1 SSL/TLS handshake failure: protocol error 2021-06-26 10:39:46.058894 [NOTICE] [RequestGroupMan.cc:424] Download GID#d3904eaa2433ca12 not complete: 2021-06-26 10:40:09.957011 [NOTICE] [SaveSessionCommand.cc:81] Serialized session to '/opt/appconfig/aria2-config/aria2.session' successfully.

solarflows commented 3 years ago

据说是 GnuTLS 版本过久https://rcxie.top/2019/01/05/Aria2%E4%B8%8B%E8%BD%BDhttps%E9%93%BE%E6%8E%A5tls%E9%94%99%E8%AF%AF/

P3TERX commented 3 years ago

我编译的这个没有使用 GnuTLS 我刚刚测试下载没问题,应该是你设备上的相关 CA 证书过期了,也可能是你下载的时候刚好英伟达官网的证书过期了。

solarflows commented 3 years ago

找到问题了,我在OpenWrt上使用,应该是调用了硬件加解密的API导致的报错,大概就是刚好没有这个指令集加速,但又恰好编译了,谢谢大佬的回复