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?
Recommended threads
- Self-Hosted and Multi Region support
Hey Appwrite Team, As a test and to expand self-hosted capabilities even more, i was thinking of understanding and testing how to deploy a multi-region instanc...
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...