Hey Appwrite team/community, I need urgent help with a custom domain setup!
I've added perfinso.com to my project, pointed the nameservers, and verification is done, but the root domain is not working.
✅ Working: www.perfinso.com ❌ Not Working: perfinso.com (naked domain)
When trying to access perfinso.com, I get a TLS certificate error:
Requested host does not match any Subject Alternative Names (SANs) on TLS certificate...
This looks like the automatically provisioned certificate is missing perfinso.com from its Subject Alternative Names (SANs) list, even though the www subdomain is present.
I even tried to set up a redirect from perfinso.com to www.perfinso.com via Appwrite, but the TLS error blocks the initial connection, so the redirect never happens.
Any ideas on how to force the certificate to renew/include the naked domain? Please help ASAP! 🙏
Recommended threads
- Personalized Finance Apps with Blockchai...
We design blockchain-powered personal finance applications tailored to your specific needs. Our team covers web, mobile, cloud, and AI development, ensuring eve...
- GitHub Status Badges for Appwrite Servic...
Hey everyone! Is it possible to add GitHub status badges for specific Appwrite services like Sites builds, Functions, Databases, etc.? Would love to display bu...
- Error 500 when updating password
As title says, I'm trying to perform this operation ``` await user.updatePassword(id, password); ``` and getting the following error: ``` { code: 500, t...