
I’m trying to configure my custom domain appwrite.qnarweb.com (CNAME pointing to fra.cloud.appwrite.io with Cloudflare proxy disabled) but encountering a TLS certificate mismatch.
TypeScript
Requested host does not match any Subject Alternative Names (SANs) on TLS certificate [6b2680ee90648bc0b4e8eef0f040c05267de5e05ab7655e6e7bb784ff7807af6] in use with this connection.
Visit https://www.fastly.com/documentation/guides/concepts/errors/#routing-errors for more information.
I have set up CAA records with certainly.com, please advise on any config im missing.
TL;DR
Developers trying to set up a custom domain appwrite.qnarweb.com are encountering a TLS certificate mismatch issue. This is due to the requested host not matching any Subject Alternative Names (SANs) on the TLS certificate. To resolve this, they need to update their TLS certificate to include the custom domain in the SANs list.Recommended threads
- Attribute stuck on proccessing
i tried creating a new attribute butits stuck on proccessing,i did a hard refresh,cleared cache everything but still stuck on proccessing,also in my functions w...
- Attributes Problem - Cloud
I am not able to see the attribute columns and their context on cloud. Can you help?
- Authorization header not working in Appw...
I have an Appwrite function that takes a custom bearer token as authentication. The function works fine locally when I test it with `appwrite run functions`, bu...
