Missing cert on Fedora Linux

Open Beginner friendly
#80 11 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

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

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.

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.

Dominant language
JavaScript
Stars
214
Forks
12
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from 07th-mod/python-patcher

All issues in 07th-mod/python-patcher

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.