Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help debugging an UnknownIssuer error in PyOxidizer #245

Closed
rdbisme opened this issue Nov 8, 2021 · 2 comments
Closed

Help debugging an UnknownIssuer error in PyOxidizer #245

rdbisme opened this issue Nov 8, 2021 · 2 comments

Comments

@rdbisme
Copy link

rdbisme commented Nov 8, 2021

Hello, sorry for the noob question. I'm trying to use the tool named pyOxidizer in a project within a corporate network with self-signed CA. The tool uses reqwest that uses rusttls that uses webpki. When downloading a package, I encounter the following problem:

downloading https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-x86_64-unknown-linux-gnu-pgo-20211017T1616.tar.zst
error[PYOXIDIZER_BUILD]: error sending request for url (https://github.com/indygreg/python-build-standalone/releases/download/20211017/cpython-3.9.7-x86_64-unknown-linux-gnu-pgo-20211017T1616.tar.zst): error trying to connect: invalid certificate: UnknownIssuer

For what I understand, the problem is probably coming from the certificate:
[snipped] for security

curl-ing the package works as expected.

any idea how I might fix this? Is this related to #241 ?

@rdbisme rdbisme closed this as completed Nov 29, 2021
@MattPColeman
Copy link

Did you resolve this in the end? I'm having an identical issue

@rdbisme
Copy link
Author

rdbisme commented Apr 16, 2022

Ehi @MattPColeman, at the end I gave up unfortunately. Anyway if someone is interested to work on this, I can provide the certificate. I think the problem here is some corner case on the self-signed certificate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants