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! ✨🗄✨
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.
Problem description
It looks like the installer is leaving the
security.server.hostname
field in thesecurity.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 thesecurity.properties
conf file.