Skip to content

Instantly share code, notes, and snippets.

@ology
Created December 31, 2025 21:25
Show Gist options
  • Select an option

  • Save ology/7f40a6d985be848f7b8786b7727bd84c to your computer and use it in GitHub Desktop.

Select an option

Save ology/7f40a6d985be848f7b8786b7727bd84c to your computer and use it in GitHub Desktop.
Caddy status
$ sudo systemctl status caddy
× caddy.service - Caddy
Loaded: loaded (/lib/systemd/system/caddy.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2025-12-31 09:35:38 PST; 1min 23s ago
Docs: https://caddyserver.com/docs/
Process: 494088 ExecStart=/usr/bin/caddy run --environ --config /etc/caddy/Caddyfile (code=exited, status=1/FAILURE)
Main PID: 494088 (code=exited, status=1/FAILURE)
Status: "loading new config: http app module: start: listening on :443: listen tcp :443: bind: address already in use"
CPU: 84ms
Dec 31 09:35:38 chess caddy[494088]: {"level":"info","ts":1767202538.9757733,"logger":"http.auto_https","msg":"server is listening only on the HTTPS port but has no TLS connection policies>
Dec 31 09:35:38 chess caddy[494088]: {"level":"info","ts":1767202538.975812,"logger":"http.auto_https","msg":"enabling automatic HTTP->HTTPS redirects","server_name":"srv0"}
Dec 31 09:35:38 chess caddy[494088]: {"level":"info","ts":1767202538.9762995,"logger":"http","msg":"servers shutting down with eternal grace period"}
Dec 31 09:35:38 chess caddy[494088]: {"level":"info","ts":1767202538.9788284,"logger":"tls.cache.maintenance","msg":"started background certificate maintenance","cache":"0xc0008a5500"}
Dec 31 09:35:38 chess caddy[494088]: {"level":"info","ts":1767202538.9804037,"logger":"tls.cache.maintenance","msg":"stopped background certificate maintenance","cache":"0xc0008a5500"}
Dec 31 09:35:38 chess caddy[494088]: {"level":"info","ts":1767202538.9806488,"msg":"maxprocs: No GOMAXPROCS change to reset"}
Dec 31 09:35:38 chess caddy[494088]: Error: loading initial config: loading new config: http app module: start: listening on :443: listen tcp :443: bind: address already in use
Dec 31 09:35:38 chess systemd[1]: caddy.service: Main process exited, code=exited, status=1/FAILURE
Dec 31 09:35:38 chess systemd[1]: caddy.service: Failed with result 'exit-code'.
Dec 31 09:35:38 chess systemd[1]: Failed to start Caddy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment