Open jeroen opened 8 years ago
Another solution is to make the website https only and redirect all http sites to https (that's how it's done on opencpu.org)
any problem with this @karthik seems like a good solution
Sounds fine to me.
@jeroenooms how do we do make the website https only and redirect all http sites to https, i assume that needs to be done on karthik's server?
If you run your own server you can add a simple rule to nginx, see e.g. this topic.
I personally use cloudflare for all my sites. This gives you free and hassle-less https and you can add simple page rules, including _always use https_. However for this to work you need to change your ropensci nameserver to cloudflare, not sure if you want to do that.
The ropensci website can be visited either via http or https. However this causes comments in disqus to be specific to either one or the other URL. For example these pages show different comments:
I think you should be able to configure disqus to fix this. Another solution is to make the website https only and redirect all http sites to https (that's how it's done on opencpu.org)