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
- TEAM INVITE
There is a problem with the team invitation. When a user invites other users, that time, the newly created email address they don't get the invite link and old ...
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...