-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Fatal error during installation? #1854
Comments
Can you set environment |
Hello, First, thank you for the tool, I like it a lot! I get a similar error with the latest version of ❯ cargo binstall procs --log-level debug
DEBUG using (/home/redacted/.cargo) as cargo home
DEBUG Using install path: /home/redacted/.cargo/bin
DEBUG run time: 1.746341ms
ERROR Fatal error:
binstall::download
× Failed to download from remote: Reqwest error: builder error
├─▶ Reqwest error: builder error
├─▶ builder error
╰─▶ Permission denied (os error 13)
❯ cargo binstall -V
1.8.0
❯ cargo -V
cargo 1.80.0 (376290515 2024-07-16) I am on Ubuntu 20.04. |
Thanks, that seems strange... It seems like we cannot create a I suspect it has problem accessing the system-wide certificate/dns config. Can you check that your user has permission to access them |
For me it was happening because I had a cert for a custom CA under |
@mrt181 Can you try using |
I had the same fix than @chhe, one certificate in What is weird is that this certificate was created in 2023, but the error only happened now with the latest version. I do not think the permissions were changed, but I cannot be sure either. |
Could it be reqwest or rustls changes that caused this? |
I get this error:
The text was updated successfully, but these errors were encountered: