Back
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?
TL;DR
Subdomains like xxxx.mydomain.com are not generating SSL certificates automatically for developer domains unless they are specifically added to the function domain environment (_APP_DOMAIN_FUNCTIONS). Certificates will not be created if nginx or Cloudflare is involved. To manually generate SSL for a specific domain, use 'docker exec appwrite ssl domainNameHere'. This behavior could be changed if desired.- 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
- My cloud functions failing 3 days ago (P...
Hi, My cloud function using python has been failing for 3 days, I didn't push any new deployments... Its something to do with it not recognising the entrypoi...
- Scheduled works locking the entire Maria...
I have a scheduled function and apparently that or something is locking the entire MariaDB database and Appwrite is giving MariaDB errors. This error persists e...
- Looking for a Partner