Minor fixes
This commit is contained in:
@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user