Hi, The DNS Verification seems to fail if the CNAME Record is proxied via Cloudflare, i can disable the proxy and it will work fine, the issue is, it exposes the IP of the server. Isn't there any other way to verify other than disabling the proxy? For example letsencrypt verifies the records even if its proxied.
You can disable the proxy during verification and then turn it back on again.
then after a while the cerificate expires right?
Yes, then, repeat. But if you have cloudflare in front, cloudflare can provide your certificate
Okay guess that works for now.
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...