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
- AppwriteException: Invalid query: Query ...
```js console.log(typeof interaction.user.id) console.log(interaction.user.id) const user_check = await TablesDB.listRows({ databaseId: "db", ...
- Files access permissions
Am I right in understanding that file access permissions have been disabled (or broken again), and that shared access can now only be organized via tokens? Or i...
- functions custom domain issues in self h...
Iβm running self-hosted Appwrite (Docker) behind Traefik with Cloudflare proxy (Full/Strict). Main domain works: https://app.printa4.in Function subdomains fa...