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

Support for Self-Signed Certificate Authorities #60

Open
tejavardhan opened this issue Apr 25, 2020 · 1 comment
Open

Support for Self-Signed Certificate Authorities #60

tejavardhan opened this issue Apr 25, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@tejavardhan
Copy link

tejavardhan commented Apr 25, 2020

I am currently behind a firewall and need to support Self-Signed trusted Certificates. I have found no documentation on how to configure pyflow to use the ca-bundle. Below is the error i get when i try to use it.

PS C:\Users\w-user\project> pyflow install
Downloading Python 3.8.0...
thread 'main' panicked at 'Problem downloading Python: Error(Hyper(Error(Connect, Custom { kind: Other, error: Custom { kind: InvalidData, error: WebPKIError(UnknownIssuer) } })), "https://github.com/David-OConnor/pybin/releases/download/3.8.0/python-3.8.0-windows.tar.xz")', src\libcore\result.rs:1188:5
stack backtrace:
   0:     0x7ff722165229 - <unknown>
   1:     0x7ff7221861bb - <unknown>
   2:     0x7ff72215d7f4 - <unknown>
   3:     0x7ff722167d09 - <unknown>
   4:     0x7ff72216795c - <unknown>
   5:     0x7ff72216853c - <unknown>
   6:     0x7ff7221680c0 - <unknown>
   7:     0x7ff722182bdd - <unknown>
   8:     0x7ff722182cdf - <unknown>
   9:     0x7ff721ddc2b3 - <unknown>
  10:     0x7ff721d5ff59 - <unknown>
  11:     0x7ff721d9a3b0 - <unknown>
  12:     0x7ff721dac0b6 - <unknown>
  13:     0x7ff722167f17 - <unknown>
  14:     0x7ff722175b42 - <unknown>
  15:     0x7ff722168762 - <unknown>
  16:     0x7ff721dab6f7 - <unknown>
  17:     0x7ff7221a6ce4 - <unknown>
  18:     0x7ffd36fb7974 - BaseThreadInitThunk
  19:     0x7ffd3998a271 - RtlUserThreadStart

Is this feature not supported? If so can you add support for it? Ideally I would like to give the path of ca-bundle in pyproject.toml and it needs to be used for any requests you make.
Eg: Installation of python or Install from pip or install from github.

@David-OConnor David-OConnor added the enhancement New feature or request label Apr 27, 2020
@David-OConnor
Copy link
Owner

Not supported - I agree that it would make a solid addition / no downsides.

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

No branches or pull requests

2 participants