-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Tutorial should not be behind https #2381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This seems to be a recent change. Not sure what happened. |
I think @graydon was making inquiries about this. |
WFM. It doesn't redirect for me. |
wfm now too |
I know this is closed, but wouldn't a better solution be to make the https site not give authentication errors? I'm surely an outlier, but I always prefer https, so I'd even prefer to redirect to https always, even for innocuous documentation. I'd still settle, however, for a working https site in parallel to the http version. |
Add a scheme for always using the default toolchain, running clippy and fmt before running any other command I keep forgetting to run rustup-toolchain on rebases across toolchain updates I also keep forgetting to run rustfmt and clippy. The former isn't run by vscode if I don't explicitly save (I have autosave on).
http://doc.rust-lang.org/doc/tutorial.html gets redirected to https://doc.rust-lang.org/doc/tutorial.html
I get a Firefox warning that the https connections is not trusted.
We probably lose some audience by protecting the tutorial using https.
The text was updated successfully, but these errors were encountered: