Skip to content
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

https://blog.rust-lang.org uses a non-matching certificate for HTTPS #81

Closed
tanriol opened this issue Mar 4, 2016 · 4 comments
Closed

Comments

@tanriol
Copy link

tanriol commented Mar 4, 2016

Trying to access https://blog.rust-lang.org causes browsers (Firefox at least) to show a certificate error because it uses a generic github.io certificate, which is not valid for this domain. Manually adding an exception works, but this experience is definitely suboptimal.

@brson
Copy link
Contributor

brson commented May 17, 2016

This is a result of hosting on github. To fix this we'd have to deploy to s3.

@frewsxcv
Copy link
Member

frewsxcv commented Jul 7, 2016

This is a result of hosting on github. To fix this we'd have to deploy to s3.

These aren't mutually exclusive. It's possible to host on GitHub while using HTTPS. The Servo blog and my website via CloudFlare.

@brson
Copy link
Contributor

brson commented Jul 7, 2016

We can point the DNS to our (increasingly overburdened and unredundant) nginx https proxy and proxy it to the new github https servers.

@alexcrichton
Copy link
Member

Done, so this is now fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants