-
Notifications
You must be signed in to change notification settings - Fork 11
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
ssl #13
Comments
I would quite like the site to be served up via SSL, and since it's GitHub-hosted, that certainly seems like the way to go. |
I set up a CloudFlare account, paid 'em $20, added SSL, and edited the whois record to point to CloudFlare. I'm still waiting for the DNS changes to propagate, so there's nothing to see (or test) yet. |
Looks like we need to use Full SSL with Strict off according to this fine comment set. Then we'd need to: set the Once we have that working then I'll add the client side force SSL hack detailed in Eric's post and this commit. |
See also cc7deac, which forced all pages other than the home page to SSL. |
👍 |
with Eric's Cloudflare workaround...?
The text was updated successfully, but these errors were encountered: