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
- Function deployment failed: Unable to re...
Hi Appwrite team, I have been experiencing persistent errors when i attempt to push my appwrite functions. The logs on the deployment detail page on the console...
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...
- "Domain verification failed"
"Domain verification failed" I was install Appwrite in my VDS server. I using Coolify for install Appwrite. After install complete, i want add my domain, and i ...