07th-mod / 07th-mod/python-patcher
Missing cert on Fedora Linux
- Langage dominant
- JavaScript
- Étoiles
- 214
- Forks
- 12
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Examine la logique de téléchargement de l'installateur, probablement dans un script Python, pour voir comment il localise les certificats SSL. Vérifie s'il code en dur le chemin '/etc/ssl/certs/ca-certificates.crt' et envisage de lui faire utiliser 'ca-bundle.crt' comme solution de repli sur Fedora. Teste la correction en simulant le scénario de fichier manquant.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- javascript, python
- Domaine
- cli, tooling
- Type d'issue
- Bug
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Activité
- À l'abandon
- Clarté
- Clairement spécifiée
- Accessibilité débutants
- 65/100