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
Now that #16123 has been implemented, the guide can be updated to use
$ curl -s https://static.rust-lang.org/rustup.sh | sudo sh
instead of
$ curl -s http://www.rust-lang.org/rustup.sh | sudo sh
This provides more security, although man-in-the-middle attacks are still possible as long as the guide is served over http. To be able to fix this, Github needs to implement https for user pages first: isaacs/github#156
The text was updated successfully, but these errors were encountered:
Rust has adopted SSL for their download links, so Homebrew can make the switch over now. See [this](rust-lang/rust#16504) Rust Issue for further information.
Closes#31607.
Signed-off-by: Misty De Meo <[email protected]>
Now that #16123 has been implemented, the guide can be updated to use
$ curl -s https://static.rust-lang.org/rustup.sh | sudo sh
instead of
$ curl -s http://www.rust-lang.org/rustup.sh | sudo sh
This provides more security, although man-in-the-middle attacks are still possible as long as the guide is served over http. To be able to fix this, Github needs to implement https for user pages first: isaacs/github#156
The text was updated successfully, but these errors were encountered: