Rank 1: Thread
i have self hosted docker, everything works. it is installed in a cloud server.
dns is set for the main app domain & there is a wildcard for any subdomains for resolving function deployments.
all access function executes, and i can use curl with the ignore certificate option from my local.
env var for functions is set to the same as my main app domain.
i am trying to go the url of the function with the browser, but i get a certificate error.
the certificate is issued by traefik, and when i run docker compose exec appwrite ssl it simply outputs it is schduling a job for the main app domain.
how to get https working on functions deployed?