An error occurred while fetching this tab.
rename insecure to --no-tls and add to Makefile
- May 17, 2021
-
-
Timm Fitschen authored
-
Timm Fitschen authored
-
Server can be startet without TLS (only HTTP, no certificate needed) even when not in debug mode.
The actual change is only a one-liner in CaosDBServer.java
The Makefile is changed to make it easy to start the server without tls
Test in deploy (https://gitlab.indiscale.com/caosdb/src/caosdb-deploy/-/merge_requests/124) with no_tls
set to true/false
For further good practices have a look at our review guidelines.