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?
the automatic function domain doesn't support HTTPS at the moment...we need to add some documentation about how to set that up
ok. great to hear it's available-ish to come. thanks for +ve response
Recommended threads
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?