Minor fixes

This commit is contained in:
2025-05-17 12:48:37 -04:00
parent b33127bd34
commit ce6f2ce29d
9 changed files with 27 additions and 34 deletions

View File

@ -8,7 +8,6 @@ import (
"log"
"net/http"
"os"
"strings"
"time"
)
@ -113,7 +112,7 @@ func (s *Server) Start() error {
ClientAuth: tls.NoClientCert, // Don't require client certs for now
MinVersion: tls.VersionTLS12,
}
log.Printf("WARNING: TLS configured without client certificate verification for Phase 2")
log.Printf("This is a temporary development configuration and should be secured in production")