-
Notifications
You must be signed in to change notification settings - Fork 214
Enforce HTTPS #517
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
What's not right? I just tried with HTTP and it was redirected to HTTPS but maybe I'm missing something? 🤔 The SSL is setup on the Digital Ocean box with Let's Encrypt and it has Just Worked ™️ for many years. 🤷 |
JK! I totally forgot that this is a GH pages project - def not deploying via Digital Ocean. 😝 |
Ohhhh, I think I see what's going on - over on #492 the report that's being referenced uses https://WWW.rubyconferences.org rather than https://rubyconferences.org. I think if the WWW is removed then all is well: https://www.ssllabs.com/ssltest/analyze.html?d=rubyconferences.org&latest |
Ah I see. The first 3 redirect you to https://rubyconferences.org, while https://www.rubyconferences.org doesn't: I think we should either drop the 3. option (http://www.rubyconferences.org) or make the 4. one work. |
Agree with all of the above, I'll make the edit. Aside: What does option 2 do? |
The table was just to show what you get when you enter the URL in the |
Something is currently not right with HTTPS. We should see if we can resolve the SSL certificate isuse mentioned in #492 and maybe also setup automatic redirects to enforce HTTPS for convenience.
The text was updated successfully, but these errors were encountered: