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'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...
- [SOLVED] Unable to push function from AP...
When trying to push functions from Gitlab CI (with an API KEY and using the CLI), i saw that i was unable to push functions. ``` $ appwrite client --endpoint $...