使用Ubuntu 18.04运行ArchiSteamFarm挂卡程序出现SSL错误

1.故障描述

使用OVZ小鸡运行ASF挂卡程序,初始化阶段出现以下错误代码:

2022-02-10 22:59:28|ArchiSteamFarm-18242|WARN|ASF|RegisterBots() System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.

—> System.Security.Authentication.AuthenticationException: The remote certificate is invalid because of errors in the certificate chain: PartialChain

随后账户循环出现断开连接和重连提示,例如:

2022-02-10 23:22:57|ArchiSteamFarm-28686|INFO|ID|OnDisconnected() Disconnected from Steam!
2022-02-10 23:22:57|ArchiSteamFarm-28686|INFO|ID|OnDisconnected() Reconnecting...

2.原因:

最终排查故障原因是ca-certificates组件版本过旧或缺失,系统无法有效建立HTTPS连接。

3.解决方法:

重新安装 ca-certificates

apt-get update #更新apt库
apt-get install ca-certificates #重新安装ca-certificates

4.引用

ASF官方中文wiki-异常情况排查

1人评论了“使用Ubuntu 18.04运行ArchiSteamFarm挂卡程序出现SSL错误”

发表评论

您的电子邮箱地址不会被公开。 必填项已用 * 标注