You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the latest Rustup (1.27.1) on Fedora 41, the installation fails
❯ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
info: downloading installer
Welcome to Rust!
This will download and install the official compiler for the Rust
programming language, and its package manager, Cargo.
Rustup metadata and toolchains will be installed into the Rustup
home directory, located at:
/home/nigurr/.rustup
This can be modified with the RUSTUP_HOME environment variable.
The Cargo home directory is located at:
/home/nigurr/.cargo
This can be modified with the CARGO_HOME environment variable.
The cargo, rustc, rustup and other commands will be added to
Cargo's bin directory, located at:
/home/nigurr/.cargo/bin
This path will then be added to your PATH environment variable by
modifying the profile files located at:
/home/nigurr/.profile
/home/nigurr/.bash_profile
/home/nigurr/.bashrc
/home/nigurr/.zshenv
You can uninstall at any time with rustup self uninstall and
these changes will be reverted.
Current installation options:
default host triple: x86_64-unknown-linux-gnu
default toolchain: stable (default)
profile: default
modify PATH variable: yes
1) Proceed with standard installation (default - just press enter)
2) Customize installation
3) Cancel installation
>1
info: profile set to 'default'
info: default host triple is x86_64-unknown-linux-gnu
info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
error: could not download file from 'https://static.rust-lang.org/dist/channel-rust-stable.toml.sha256' to '/home/nigurr/.rustup/tmp/5ndx2z5201pfrco3_file': failed to make network request: error sending request for url (https://static.rust-lang.org/dist/channel-rust-stable.toml.sha256): client error (Connect): error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1921: (unable to get local issuer certificate): error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1921:
Tested in 2 computers on F41 and same issue reproducable.
By installing 1.26.0 from F40, I am able to successfully install it.
Steps
Installation using curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh or rustup-init
Verification
Problem
Hi,
With the latest Rustup (1.27.1) on Fedora 41, the installation fails
Tested in 2 computers on F41 and same issue reproducable.
By installing 1.26.0 from F40, I am able to successfully install it.
Steps
Installation using
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
orrustup-init
Possible Solution(s)
No response
Notes
No response
Rustup version
1.27.1
Installed toolchains
OS version
Fedora 41
The text was updated successfully, but these errors were encountered: