rust-lang / prev.rust-lang.org

The previous Rust website. The current website's code is at https://github.com/rust-lang/www.rust-lang.org.
https://prev.rust-lang.org
Apache License 2.0
151 stars 340 forks source link

https://rust-lang.org/ doesn't redirect #1019

Closed vmx closed 6 years ago

vmx commented 6 years ago

I'm not sure if this is the right repository, if not, please let me know where else I should file it.

http://rust-lang.org/ redirects to https://www.rust-lang.org/ https://rust-lang.org/ gives an error

$ curl 'http://rust-lang.org' -I
HTTP/1.1 302 Found
Date: Wed, 24 Jan 2018 16:19:22 GMT
Server: Apache
Location: https://www.rust-lang.org
Content-Type: text/html; charset=UTF-8

$ curl 'https://rust-lang.org' -I
curl: (7) Failed to connect to rust-lang.org port 443: Connection refused

I'd expect http://rust-lang.org/ to redirect to https://www.rust-lang.org/.

steveklabnik commented 6 years ago

@rust-lang/infra

simeg commented 6 years ago

Duplicate of #955.

aidanhs commented 6 years ago

Closing as duplicate. Thanks for the report!