mirror of
https://github.com/caddyserver/caddy.git
synced 2025-05-24 03:19:59 +08:00

Fixed bug where manually specifying port 443 disabled TLS (whoops); otherHostHasScheme was the culprit, since it would return true even if it was the same config that had that scheme. Also, an error at startup (if not a restart) is now fatal, rather than keeping a half-alive zombie server.