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
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...