07th-mod / 07th-mod/python-patcher
Missing cert on Fedora Linux
- Lenguaje dominante
- JavaScript
- Estrellas
- 214
- Forks
- 12
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Examina la lógica de descarga del instalador, probablemente en un script de Python, para ver cómo localiza los certificados SSL. Comprueba si codifica de forma rígida la ruta '/etc/ssl/certs/ca-certificates.crt' y considera hacer que recurra a 'ca-bundle.crt' en Fedora. Prueba la corrección simulando el escenario de archivo faltante.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- javascript, python
- Área
- cli, tooling
- Tipo de issue
- Error
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Estancado
- Claridad
- Bien especificado
- Aptitud para principiantes
- 65/100