How does remote_ip work in conjunction with ACME?

Its not clear from the docs how remote_ip works in conjunction with ACME-autorenewals ?

Does Caddy allow the traffic through to /.well-known or is there some config wizardry required to make it work ?

The remote_ip matcher, like any matcher, applies only to your HTTP handler middleware (directives) that you configure.

ACME challenges are solved out-of-band of your configured handlers and matchers. In other words, you can’t break them. (Well, you can but only by misconfiguring your network or something.)

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.