```caddy { on_demand_tls { ask http://localhost:9123/check } } https:// { tls { on_demand } # reverse_proxy, etc... } # other sites... ```