getodk / aggregate

ODK Aggregate is a Java server that stores, analyzes, and presents survey data collected using ODK Collect. Contribute and make the world a better place! ✨🗄✨
https://docs.opendatakit.org/aggregate-intro/
Other
74 stars 228 forks source link

The installer is not configuring the hostname correctly #452

Closed ggalmazor closed 5 years ago

ggalmazor commented 5 years ago

Problem description

It looks like the installer is leaving the security.server.hostname field in the security.properties conf file empty regardless of what the user enters in the SSL configuration installer page.

This shouldn't be a problem unless Aggregate doesn't automatically detect the correct hostname during the start process.

Steps to reproduce the problem

Use the installer and configure SSL.

Expected behavior

The installer should fill the conf files correctly and set a value to the security.server.hostname field in the security.properties conf file.

ggalmazor commented 5 years ago

I've removed the backport v1.x tag because this issue only affects the current branch