-
Notifications
You must be signed in to change notification settings - Fork 27
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
Provide HTTPS version #53
Comments
Using a self signed certificate ? |
Self signed certificates will be a pain for most visitors, requiring to add exceptions just to view the site. See https://www.startssl.com/?app=1 for free Class 1 certificates. |
Shall we use Cloudflare? They provide free SSL along with their basic CDN plan. |
👍 for Cloudflare. Must remember to purge the cache everytime an update is done, though |
I use Cloudflare for two of my sites and I purge the cache only when I update the CSS sheets or JS scripts. HTML changes are propagated in a few minutes. |
+1 for Cloudflare. But in the interest of being thorough, I'd like to propose 2 more options:- Should we consider LetsEncryot (https://letsencrypt.org/) for this as well? I think it'd be perfectly adequate for the job. Another consideration, given that the website is entirely static, is moving the hosting to S3 (I run websites for 7 cents a month) will give us free SSL Certs from AWS Cert Manager. |
Provide a HTTPS version of the site. Among other things, this will increase Google ranking. See http://googlewebmastercentral.blogspot.in/2014/08/https-as-ranking-signal.html
The text was updated successfully, but these errors were encountered: