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