I have a CNAME in cloudflare setup (dns only) and it shows as verified in the appwrite cloud dashboard but i am getting this error when visiting. The website appears fine, it’s just the ssl is considered untrusted
Invalid SSL certificate for Appwrite Cloud custom domain
Is this you first/main domain for Appwrite?
Do you mean the one that I used when I created the project?
no. do you have a domain name for your appwrite instance, yet?
Where would I find this? Is it one of these?
Have you ever accessed your Appwrite instance using a domain?
Or is this the first time you're setting up a domain for your Appwrite instance?
It didn't have the wildcard before, which is when I first ran into this error. Then I updated it to use the wildcard. I have tested it on multiple devices and it has been a while now so I don't think there is any DNS update problem. To be clear, this is appwrite cloud, not an instance of my own.
Oh I see...
Is there any known problem for that on cloud?
I'll have to dig into this but I probably won't be able to until tomorrow
No worries bro. Take all the time you need. I appreciate you.
FYI, i was able to reproduce the problem and sort of find out the root cause...looking for a solution now
OK we have a fix. it will probably be deployed tomorrow
Good to hear! Thanks again 🙂
I can confirm it is fixed for me 🙏
[SOLVED] Invalid SSL certificate for Appwrite Cloud custom domain
Recommended threads
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...