AbhishekOriginal post
Rank 2: Process
I created a new function. By default, it has one custom domain added to it. As you can see in the screenshot, the domain has a verified status, and the Certificate status is generated. However, when I try to access the function over HTTPS it shows NET::ERR_CERT_AUTHORITY_INVALID error
Summary
Issue: SSL problem with a function's custom domain. When trying to access the function over HTTPS, getting a `NET::ERR_CERT_AUTHORITY_INVALID` error
Solution: For Docker Compose logs for the container worker-certificates, run `docker compose logs worker-certificates` in the appwrite installation folder. Try re-adding the domain to potentially resolve the problem.