07th-mod / 07th-mod/python-patcher

Missing cert on Fedora Linux

Open Beginner friendly
#80 11 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
214
Forks
12
PR merge metrics
No merged PRs in 30d

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.

Contributor guide

No contributing guide indexed for this repository

Research direction

Look at the installer's download logic, likely in a Python script, to see how it locates SSL certificates. Check if it hardcodes the path '/etc/ssl/certs/ca-certificates.crt' and consider making it fall back to 'ca-bundle.crt' on Fedora. Test the fix by simulating the missing file scenario.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, python
Domain
cli, tooling
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.