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.
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.
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...