-
Notifications
You must be signed in to change notification settings - Fork 894
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
insallation fails on SSL certificates #1021
Comments
That wouldn't be a problem if
#942 was fixed instead
of just closing.
|
@theindigamer the problem is that this is occurring only on ARM systems |
@Lorenzoi the OP's post mentions |
I tried installing rust on a Raspberry Pi running Diet Pi OS and here is the output:
Any Ideas on how to get rust working on this system? |
@alfriadox I think you've actually got the issue described in #1051, rather than the certificate issue here. There's a workaround described there that you might try until the fix goes out. |
On FreeBSD 12-CURRENT amd64, I'm getting The CA bundle is installed as |
I'm getting the following error when running
Any idea how to fix this? I've tried setting |
@stjepang, did you get your problem resolved. I am getting the same error when I try to install Rust. Any help would be greatly appreciated |
Unfortunately, no. In the end I got Rust by manully downloading a standalone installer for offline installation. |
Thank you |
facing the same issue. any updates on how to debug / correct the issue.. i created the c:\users\xxx.cargo\config file with http.check-revoke = false and http.proxy = "127.0.0.1:3128" |
I found the answer here. I solved it by setting the environment variable With TinyCoreLinux / piCore on Raspberry PI, the following worked for me: |
Thank you for the workaround, @otaku. In my case,
|
In Ubuntu Bionic, I was able to fix this issue by ensuring that the :) |
MacOS 10.12.6 |
Given that this issue is mostly about incorrectly configured host operating systems, I'm going to close it. If anyone still has issues with SSL certificates, please look for either more specific issues to join, or else open a fresh one with a full explanation of your problem and how to reproduce it. |
Hey, I solved this issue by add certificates in |
I try to install with the simplest way:
and it ends with:
The text was updated successfully, but these errors were encountered: