scoop aria2 学习记录
是否启用 aria2
sh
scoop config aria2-enabled <false|true>
aria2 开启日志
--log=-
将日志输出到 stdout
sh
scoop config aria2-options "--console-log-level=notice --log-level=info --log=-"
aria2 常见错误
errorCode=1 SSL/TLS handshake failure: Error
解决方法一
sh
# aria2 参数配置
--check-certificate=false # 不检查 ssl