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

Rainy does not listen on any port if no port is given in the ListenUrl #17

Closed Dynalon closed 11 years ago

Dynalon commented 11 years ago

If "https://localhost" is used, rainy does not listen to any port.

As a workaround, the port part of the url has to be specified: https://localhost:443 or http://localhost:80

Dynalon commented 11 years ago

Duplicate of issue #22