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
- how many Teams can be created?
I am creating an app where I will let users create groups. This could mean there will be many groups created by user, to isolate those groups properly I am thin...
- Cannot create a user
Hi, I am using a lowcoder frontend and trying to create a user in Appwrite (python function). Unfortunately, all I got is an error: "Raw body: Error". It means...
- React native app login via Safari
Hi! I deployed for debug my React Native app in web, chrome everythink works well but in safari on mac and ios I cant login. I found this one error in safari co...
