No SSL generated with wildcard custom domain for Appwrite Functions (using Cloudflare)
- 0
- Self Hosted
- Functions
- General
I try to setup a custom domain for using my functions without the sub object body so my only solution is using a custom endpoint. So Ive add in env _APP_DOMAIN_FUNCTIONS : appwrite-functions.mydomain.com. My DNS look like :
A appwrite.mydomain.com [IP_OF_MY_VPS] Proxied
A appwrite-functions.mydomain.com [IP_OF_MY_VPS] Proxied
CNAME *.appwrite-functions.mydomain.com appwrite-functions.mydomain.com DNS Only
But in appwrite's logs I have this :
appwrite-worker-certificates | [Job] Received Job (673087dada1957.51103021).
appwrite-worker-certificates | Cannot renew domain (*.appwrite-functions.mydomain.com) on attempt no. 4 certificate: Failed to verify domain DNS records.
appwrite-worker-certificates | [Job] (673087dada1957.51103021) failed to run.
appwrite-worker-certificates | [Job] (673087dada1957.51103021) Failed to verify domain DNS records.
appwrite-worker-certificates | Using deprecated logging configuration. Please update your configuration to use DSN format.Unable to parse DSN: scheme is required
appwrite-worker-certificates | [Error] Type: Exception
appwrite-worker-certificates | [Error] Message: Failed to verify domain DNS records.
appwrite-worker-certificates | [Error] File: /usr/src/code/src/Appwrite/Platform/Workers/Certificates.php
appwrite-worker-certificates | [Error] Line: 287
...
Ive test with https://dnschecker.org/
Andthis example : 6730090695b98b878.appwrite-functions.domain.com and its good (point to my VPS IP)
Well I dont know what happens
If I curl :
curl -v http://test.appwrite-functions.domain.com
I have this message :
This domain is not connected to any Appwrite resource yet. Please configure custom domain or function domain to allow this request.
okay I can launch functions with HTTP but not with HTTPS
Recommended threads
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...