Every time I’m trying to update the certificate the Cert-Client (Certiy the Web Client) tells me the error “Config checks failed to verify http://cloud.jotoma.de is both publicly accessible and can serve extensionless files e.g. http://cloud.jotoma.de/.well-known/acme-challenge/configcheck”. I’ve already tried many compinations to fix this issue but nothing helped (Challenge: http-01). The challenge tls-sni-01 gives me also an error.
I also searched in the web but found nothing about it.
I really appreciate it if someone could help me please!
So it needs a rule that avoid all other rules if .well-known/acme-challenge/ is in the URL. I tried to add one with the pattern .well-known/acme-challenge/(.*) and rewrite to http://127.0.0.1:80/.well-known/acme-challenge/{R:1} but it doesn’t work. I also disabled the HTTPS redirect rule but nothing here either.