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.– fernandosavio