xxxx.mydomain.com is not a main domain. Skipping SSL certificate generation.
- 0
- Self Hosted
- Functions
- Web
- REST API

Is there a reason why certs aren't created for non-main domains? Functions would be a lot more powerful if certificates were automatically requested. Is there a way to change this behaviour?

- if the domaom is added to function domain env (
_APP_DOMAIN_FUNCTIONS
) those domains will have ssl generated, unless there nginx ir cloudflare involved in front - you could do -
docker exec appwrite ssl domainNameHere

In my deployment currently the function domain is the same as the main domain. I'd like to automatically get certs for the generated function domains like 66914eb7a9918e97e948.mydomain.com
is that something that should be working?
Recommended threads
- REQUEST FAILED IN MIGRATION
I was trying to moved my archived project to a self-host database . Though the Project is "read only" but there's a message that I can view and migrate data to...
- migrate storage bucket to external s3
I try to migrate the current s3 storage (docker volume) to an external provider. I copied all files from /var/lib/docker/volumes/appwrite_appwrite-uploads/_data...
- Function running in cloud but not locall...
Hi everyone, I have an appwrite function which is on python3.12 runtime. I have a library (hnswlib) which builds wheels during installation. This works on appwr...
