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
[35] SSL connect error (schannel: next InitializeSecurityContext failed: SEC_E_ILLEGAL_MESSAGE (0x80090326) - This error usually occurs when a fatal SSL/TLS alert is received (e.g. handshake failed). More detail may be available in the Windows System event log.)
Steps
cargo install crate_name
Possible Solution(s)
This doesn't help:
Adding [http] check-revoke = false into cargo.toml in the project folder
Adding [env] CARGO_HTTP_CHECK_REVOKE = false in addition to [http] check-revoke = false into cargo.toml in the project folder
Adding only [env] CARGO_HTTP_CHECK_REVOKE = false into cargo.toml in the project folder
Adding [http] check-revoke = false into config (no extention) file in the users/username/.cargo folder
Adding [http] check-revoke = false into config.toml file in the users/username/.cargo folder
Adding [env] CARGO_HTTP_CHECK_REVOKE = false into config (no extention) file in the users/username/.cargo folder
Adding [env] CARGO_HTTP_CHECK_REVOKE = false into config.toml file in the users/username/.cargo folder
Adding both [http] and [env] into config.toml file or config w/o extention in the users/username/.cargo folder
…this is a duplicate of #8688 and #7104. Windows, unlike all other platforms, defaults to checking for TLS revocation certificates. We have considered disabling that on Windows, but have not followed through. This might also be resolved if crates.io leaves Heroku and switches to a service that supports OCSP stapling.
I am also going to close. Thanks for the report anyway.
Problem
[35] SSL connect error (schannel: next InitializeSecurityContext failed: SEC_E_ILLEGAL_MESSAGE (0x80090326) - This error usually occurs when a fatal SSL/TLS alert is received (e.g. handshake failed). More detail may be available in the Windows System event log.)
Steps
Possible Solution(s)
This doesn't help:
Firewall/antivirus are disabled
Notes
No response
Version
The text was updated successfully, but these errors were encountered: