07th-mod / 07th-mod/python-patcher
Missing cert on Fedora Linux
- 主要语言
- JavaScript
- 星标
- 214
- 派生
- 12
- PR 合并指标
- 30 天内没有已合并 PR
描述
We had a user on Fedora Linux whose install failed as python couldn't find the cert for downloading:
i've looked more carefully into the terminal log and it seems that ssl certificates are at fault? " Failed to load trusted CA certificates from /etc/ssl/certs/ca-certificates.crt. Cause: error:02001002:system library:fopen:No such file or directory"
The user resolved the issue by manually copying the file to the right location
just now i went into into etc/ssl/certs/ and there was only a file called ca-bundle.crt and i copied it and named the copy ca-certificates.crt and tried insaller again
I'm just noting this down for now, no action taken.
贡献指南
这个仓库没有索引到贡献指南
调研方向
查看安装程序的下载逻辑(可能在 Python 脚本中),了解它如何定位 SSL 证书。检查它是否硬编码了路径 '/etc/ssl/certs/ca-certificates.crt',并考虑在 Fedora 上使其回退到 'ca-bundle.crt'。通过模拟缺失文件场景来测试修复。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, python
- 领域
- cli, tooling
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 65/100