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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...