Rust installation error in windows 10

Asked

Viewed 101 times

0

I am taking my first steps in the language. I have read much of the documentation and decided to install it on my machine. I lowered the rustup-init here. However, when I run the installer I have the following error:

error: could not download file from 'https://static.rust-lang.org/dist/channel-rust-stable.toml.sha256' to 'C:\Users\fernando.cavalcante\.rustup\tmp\mbkyn0d_zdlnhsfl_file' info: caused by: error during download info: caused by: [35] SSL connect error (schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - A fun��o de revoga��o n�o p�de verificar a revoga��o do certificado.)

How to proceed?

  • SSL connect error, the problem is on the connection. Just in case, check if the system time is correct.

2 answers

1

Already tried to install using msi installer?

Other installation methods

Note: If you choose the "windows-msvc" version you will need to install Visual Studio (15)2017 or at least its Buildtools only. Otherwise use the same "windows-gnu".

0


It’s an SSL issue on your connection. You may be using a corporate or shared connection that has proxy or firewall restrictions. Try to do it using a standard direct connection. 4G type or your home Wi-Fi.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.