indygreg / indygreg/PyOxidizer
Invalid peer certificate error
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 6.2k
- Forks
- 256
- PR merge metrics
- No merged PRs in 30d
Description
I am behind a corporate firewall, and the command pyoxidizer run fails with this message:
error[PYOXIDIZER_BUILD]: error sending request for url (https://github.com/indygreg/python-build-standalone/releases/download/20221220/cpython-3.10.9%2B20221220-x86_64-pc-windows-msvc-shared-pgo-full.tar.zst): error trying to connect: invalid peer certificate contents: invalid peer certificate: UnknownIssuer
I am able to manually download this file: https://github.com/indygreg/python-build-standalone/releases/download/20221220/cpython-3.10.9%2B20221220-x86_64-pc-windows-msvc-shared-pgo-full.tar.zst
Is is possible to redirect pyoxidizer to use this downloaded file?
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 with the pyoxidizer run path that requests the shown GitHub release URL, and reproduce the failure behind the corporate firewall. Done means pyoxidizer run can use the manually downloaded archive or otherwise complete without the invalid peer certificate error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, rust
- Domain
- cli, networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100