1. The problem I’m having:
I am trying to acccess kimai.mmth.games, but am getting an ERR_SSL_PROTOCOL error
2. Error messages and/or full log output:
–>Sep 23 05:05:29 caddy caddy[13033]: {“level”:“info”,“ts”:1758569729.003025,“logger”:“tls.cache.maintenance”,“msg”:“updated and stored ACME renewal information”>
Sep 23 10:50:35 caddy caddy[13033]: {“level”:“info”,“ts”:1758590435.4876678,“logger”:“admin.api”,“msg”:“received request”,“method”:“POST”,“host”:"localhost:201>
Sep 23 10:50:35 caddy caddy[13033]: {“level”:“warn”,“ts”:1758590435.4884388,“logger”:“admin.api”,“msg”:“exiting; byeee!!
”}
Sep 23 10:50:35 caddy caddy[13033]: {“level”:“info”,“ts”:1758590435.4884713,“logger”:“http”,“msg”:“servers shutting down with eternal grace period”}
Sep 23 10:50:35 caddy caddy[13033]: {“level”:“warn”,“ts”:1758590435.5095563,“msg”:“HTTP request failed; retrying”,“url”:"https://acme.zerossl.com/v2/DV90/authz>
Sep 23 10:50:35 caddy caddy[13033]: {“level”:“error”,“ts”:1758590435.510279,“msg”:“deactivating authorization”,“identifier”:“kimai.mmth.games”,“authz”:"https:/>
Sep 23 10:50:35 caddy caddy[13033]: {“level”:“info”,“ts”:1758590435.5131602,“logger”:“admin”,“msg”:“stopped previous server”,“address”:“localhost:2019”}
Sep 23 10:50:35 caddy caddy[13033]: {“level”:“info”,“ts”:1758590435.5131745,“logger”:“admin.api”,“msg”:“shutdown complete”,“exit_code”:0}
Sep 23 10:50:35 caddy systemd[1]: caddy.service: Deactivated successfully.
Sep 23 10:50:35 caddy systemd[1]: caddy.service: Consumed 3min 2.694s CPU time.
4. How I installed and ran Caddy:
a. System environment:
Running a debian container with proxmox
b. Command:
c. Service/unit/compose file:
d. My complete Caddy config:
{
email notrelevant@gmail.com
}
shlink.mmth.games {
reverse_proxy 192.168.1.236
}
kimai.mmth.games {
reverse_proxy 192.168.1.25
}
PASTE OVER THIS, BETWEEN THE ``` LINES.
Please use the preview pane to ensure it looks nice.