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
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?