I’m having some trouble to configure a custom domain for one of our client (we’re offering a white label solution).
I’ve set up their domain on my project’s custom domains and assigned it a branch.
I’ve asked my client to update their DNS record, which they did, and the configuration was working fine
However, they have a mandatory Web Application Firewall (WAF) that they have to put in between, and as soon as they activate it, I get an Invalid Configuration error on the domain settings.
The website is still up and working as I think the SSL certificate was generated once, when the WAF was off, but it can break at anytime if it can’t be renewed.
From the documentation, I saw that Let’s encrypt needs an access to /.well-known/acme-challenge/, but when I try a GET on this route I get a 404.
How can I make the configuration pass while still having the WAF (as it’s not negotiable on my client’s side)?