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
What are the docker compose logs for the container worker-certificates?
You can get them by running
docker compose logs worker-certificates in your appwrite installation folder
Weird. Could you try to re-add the domain?
I did. The second in the screenshot
Recommended threads
- Large File Upload Issue with S3/RustFS
Hi, we are seeing a reproducible large upload failure with Appwrite 1.8.0 using S3-compatible storage through RustFS. A file upload of about 10.7 GB consistent...
- Terraform tablesdb_column type inconsist...
Hi, I am trying out the new terraform provider for appwrite that was introduced a few weeks back. As a first step I wanted to import our existing databases into...
- Self-hosted 1.9.0 — what's the canonical...
Self-hosted 1.9.0 — canonical way for functions to call the API on the same host? Setup: Go functions on self-hosted 1.9.0. Public domain via traefik, valid LE...