M Fari Artha YudhaOriginal post
Web Developer
I have a self hosted appwrite instance on my server.
DNS configuration on my domain registrar :
A appwrite.domain.com <my_server_ip>
A *.functions.appwrite.domain.com <my_server_ip>
When I deploy a function, I receive an automatically generated domain for it. However, the certificate status for this domain shows as "Failed." Additionally, when I attempt to send a request to the generated function domain using Postman, I encounter an error message stating "unable to verify the first certificate." The certificate issuer is identified as TRAEFIK DEFAULT CERT. Could you please assist me in resolving this issue?
Summary
Developers self-hosting Appwrite instance encountering certificate generation failure for auto-generated function domains. DNS configured correctly, yet certificate status displays "Failed," leading to "unable to verify the first certificate" error in Postman. Certificate issuer identified as TRAEFIK DEFAULT CERT. Solution: Check certificate configuration and ensure proper setup for auto-generated function domains, possibly requiring manual certificate installation or adjustments in hosting settings.