Always enable HTTPS, require config.yaml

This commit is contained in:
Ian Gulliver
2026-01-25 11:33:15 -08:00
parent 2ab66520b6
commit f9afd3abb6
6 changed files with 13 additions and 12 deletions

View File

@@ -32,10 +32,6 @@ type StatusResponse struct {
}
func (t *Tendrils) startHTTPServer() {
if !t.EnableHTTPS {
return
}
if err := ensureCert(); err != nil {
log.Printf("[ERROR] failed to ensure certificate: %v", err)
return