scoop,是一款 Windows 下的包管理软件。
其配置文件为:~/.config/scoop/config.json .
aria2 配置
由于下载时经常出现OSCP服务器连接失败,出现以下错误,此时可以临时关闭 TLS 证书检查功能。
Download: -> [SocketCore.cc:1021] errorCode=1 SSL/TLS handshake failure: Error: 由于吊销服务器已脱机,吊销功能无法检查吊销。
scoop config aria2-options --check-certificate=false
具体配置参见:aria2c manual