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

rustup download times out when running in Wine #2158

Open
djc opened this issue Mar 6, 2024 · 2 comments
Open

rustup download times out when running in Wine #2158

djc opened this issue Mar 6, 2024 · 2 comments
Labels
needs-more-info More information is required to understand the issue. pr-welcome The feature is welcome to be added, instruction should be found in the issue.

Comments

@djc
Copy link
Contributor

djc commented Mar 6, 2024

Original issue: rust-lang/rustup#3689.

rustup has two download backends, one based on curl and one based on reqwest:

https://github.com/rust-lang/rustup/blob/master/download/src/lib.rs

(Right now, the curl-based backend is the default. We'd like to switch that to rustls in the future.)

@seanmonstar seanmonstar added pr-welcome The feature is welcome to be added, instruction should be found in the issue. needs-more-info More information is required to understand the issue. labels Mar 29, 2024
@valaphee
Copy link

valaphee commented May 21, 2024

When connecting to static.rust-lang.org I just get the Headers printed in the simple example.

There is also a different issue I noticed with Wine and their PKI (OS Error -2146762482 / 0x800B010E); google.com on the other hand just works fine.

@valaphee
Copy link

Commenting Cryptography::CertVerifyCertificateChainPolicy out in schannel-rs seems to get it working. The error code means: The revocation process could not continue - the certificate(s) could not be checked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-more-info More information is required to understand the issue. pr-welcome The feature is welcome to be added, instruction should be found in the issue.
Projects
None yet
Development

No branches or pull requests

3 participants