aria2 1.19.2, the size of binaries are correct (5,8MB is the size for Windows XP build).
aria2 1.19.2 builds (with OpenSSL):
使用此版本可正常启动,但是下载https连接会出现如下错误:
Exception: [AbstractCommand.cc:312] errorCode=1 URI=https://codeload.github.com/pigfoot/mozbuilds/zip/master
-> [SocketCore.cc:851] errorCode=1 SSL/TLS handshake failure: unable to get local issuer certificate
解决办法:在启动时加 –check-certificate=false 参数
1 |
aria2c.exe --conf-path=aria2.conf --check-certificate=false |