Nuclos installation FAQ: startup problems, production checklist, updates, HTTPS/TLS configuration and server locale. |
Language: Deutsch · English
Common questions about installation, production use, updates and HTTPS.
On this page |
If the installation succeeded but Nuclos won't start, server.log in <NUCLOS-HOME>/logs reveals the cause. You can post the log in the Nuclos forum.
Server & client
Backups
Maturity
|
Updates are largely automatic. Still:
HTTPS needs an X.509 certificate stored in a keystore, specified during installation. Obtain it from a CA or create one with the Java tool keytool:
keytool -genkeypair -keystore .keystore -storepass changeit |
A self-signed certificate is no substitute for a CA certificate and triggers security warnings. In production always use a CA certificate and run Nuclos over HTTPS only. |
With modern Java (8u161+, 11, 17) Unlimited Strength is enabled by default – the old JCE policy files are no longer needed. |
For correct date/number formats the server should run with the appropriate locale. Check with:
locale |
Adjust it per your OS documentation if needed.