Hi! I have a problem with assigning a certificate. The domain is getting verified but the certificate table is getting an error. It says "In order to continue, set the following record on your DNS provider. DNS records may take up to 48 hours to propagate. Please retry over the next 48 hours, but if verification still fails, please contact support." but theres no challenge text to be set.
Is this cloud?
Nah, self hosted
Are you using any proxy like Cloudflare?
Okay, so did you have set an A record that contains your server IP?
Yes, on the main domain
Do I have to do this on this one as well?
What's the domain you're using for appwrite?
If you're using a subdomain you will need to set that subdomain and set records for that
I did it, set a CNAME for a subdomain and it looks like this:
The CNAME record points to your main domain?
Yes
And are you using Cloudflare?
No, some Polish hosting's DNS but it works on my other domain
And i configured it on v1.2
now it's 1.4 and it doesn't even show the challenges content
And are you using any kind of reverse proxy?
Yes, it's configured correctly
That's probably the issue then
Yeah, when i wrote it i realised
Did you have setup the traefik container to trust your reverse proxy?
Certificate should be on proxy
Sorry 😄
No issues 🙂
Recommended threads
- Failed function deployments
I am using appwrite 1.8.0 (self hosted) and trying to manually deploy a python function. I am using appwrite from 0.x and went through multiple migrations. So ...
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...
- Realtime: Email Verification Not work
There are some issues with real-time updates. For email verification, updates triggered by the console will be checked, but real-time updates are not triggered ...