π HTTPS 421 on app.domain-test.com
π Context
I'm trying to configure app.domain-test.com as a custom domain for a static site on Appwrite.
- DNS managed via Cloudflare (proxy disabled, DNS only).
- Root domain
domain-test.comstays on Cloudflare. - Delegated subdomain
app.domain-test.comto Appwrite via NS records at registrar.
β Current DNS Setup
| Type | Name | Value |
|---|---|---|
| CAA | domain-test.com | 0 issue "certainly.com" |
| CNAME | app.domain-test.com | appwrite.network |
| NS | app.domain-test.com | ns1.appwrite.zone |
| NS | app.domain-test.com | ns2.appwrite.zone |
π Tests Done
- β
DNS resolves correctly to
appwrite.network - β Domain added as Site in Appwrite Console
- β Browser shows:
421 Misdirected Request - β³ SSL not issued after 1+ hour
- β Full root domain delegation not possible due to Cloudflare restrictions
π Request
Can Appwrite support SSL for delegated subdomains via NS records only (e.g. app.domain-test.com) without needing full root domain control?
Thanks!
HTTPS Error 421 Misdirected Request on Custom Domain (on new Sites section)
Recommended threads
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...