Caddy Certs and Port Specific Redirection SANS HTTPS

Yeah, just specify http:// scheme on the site address, or use the HTTP port, and that domain won’t qualify for Automatic HTTPS:

Yes, but you need to configure Caddy with the appropriate DNS plugin for your DNS provider, and configure a site block with *.14servers.net.

Note that when you use the Caddyfile, there’s no way to tell Caddy to manage a certificate for a domain but not enable an HTTPS server for it. If you need fine grained, control over that, you can use JSON config directly.

1 Like