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
- Imagine bad exp
I am having very bad exp of imagine website on mobile you should guys improve it. Sorry if I shouldn't share the feedback of imagine here
- Python TablesDB Rework
Hi, i starting to rework some older functions to TablesDB list_rows Method. I used list_documents with a resultset with worked fine. Now i tried to get all rows...
- Restoring Project
Hi, I’m encountering a **“Suspicious access pattern detected”** error when attempting to restore the project. I’ve already tried connecting through different ne...