python-poetry / python-poetry/install.python-poetry.org
Error: "curl: (60) SSL certificate problem: certificate has expired" when installing poetry via curl
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 255
- Forks
- 65
- Avg merge
- 2h 48m
- Merged PRs (30d)
- 1
Description
When running curl -sSL https://install.python-poetry.org | python3 - ,
the following error occurs:
curl: (60) SSL certificate problem: certificate has expired
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure with curl -sSL https://install.python-poetry.org | python3 -, then inspect the installation script at https://install.python-poetry.org and the certificate-validation context. Done means identifying why curl reports an expired certificate and documenting or implementing a verified fix that allows the Poetry installer to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, shell
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100