[SOLVED] Function custom domains never get the ssl certificate issued
- 0
- Resolved
- Self Hosted
- Functions
I am on v1.4.13 self host. The appwrite server is installed on https//backend.atomtalkpvtltd.com and auto generated function domain is https://658e6c1bbb67ee011c8a.backend.atomtalkpvtltd.com/. I want to use https://verify.atomtalkpvtltd.com/ and the CNAME points to https://backend.atomtalkpvtltd.com/ but the ssl is not generated for verify domain. On tapping retry link, I get the following message:
Generation failed
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.
Failed to rename certificate cert.pem. Let's Encrypt log: Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Performing the following challenges:
http-01 challenge for verify.atomtalkpvtltd.com
Using the webroot path /storage/certificates for all unmatched domains.
Waiting for verification...
Cleaning up challenges
; Simulating a certificate request for verify.atomtalkpvtltd.com
The dry run was successful.
I can access the function without using https though.
Any help is appreciated.
Is your _APP_ENV envvar set to production?
no, it is set to development.
Ah man, I set it to production and the ssl was generated.
[SOLVED] Function custom domains never get the ssl certificate issued
Recommended threads
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...
- sh: vite: Permission denied
When installing the vue starter template as site and then adding DaisyUI, i get the error `sh: vite: Permission denied`. I also got this issue (with a fresh tem...
- Appwrite Auth & Function don't reveal cl...
When I execute a function or sign in with my Flutter app, Appwrite does not show my real IP: instead, it seems that Appwrite shows Fastly CDN IP address.