This server is running Caddy and has accepted your request, but no site has been configured for this hostname yet.
If you administer this site, add a site block to your Caddyfile and reload.
Caddy is a modern HTTP server with automatic HTTPS. It obtains and renews certificates from public CAs on its own, without any extra tooling, as long as the domains it serves resolve to the host running it. There is no separate ACME daemon to install, no certificate copy step in a cron job, and no manual reload after a renewal.
It also speaks HTTP/3 out of the box when the kernel supports the required UDP options.
/etc/caddy/Caddyfile in your favourite editor.:80 block with your hostname.root * and file_server, or at an upstream with reverse_proxy.sudo systemctl reload caddy.root * — static file root for the site.file_server — enable file serving with auto-generated index.reverse_proxy — forward requests to an upstream.encode gzip zstd — compress responses.tls — override certificate behaviour, including using your own.header — set or remove response headers.log — configure access logging per site.For documentation, see caddyserver.com/docs.