Dynalon / Rainy

Simple Tomboy/Tomdroid cloud/syncing server. Written in C# with AngularJS web frontend. Supports SQLite & Postgres Backends.
http://dynalon.github.io/Rainy
GNU Affero General Public License v3.0
88 stars 15 forks source link

Possible to use HTTPS on some devices and HTTP on others? #38

Closed j-4 closed 10 years ago

j-4 commented 10 years ago

I have a question on launchpad: https://answers.launchpad.net/tomdroid/+question/243605

Is it possible to run rainy in an HTTP/HTTPS hybrid mode? thanks, Stefan

Dynalon commented 10 years ago

Right now this is not possible with Rainy. As a workaround you could use HTTP, and realize https using a reverse proxy, for example with nginx as described here: http://linux.wxs.ro/2013/04/17/rainy-nginx-proxy/