I've set up Appwrite on my VPS with a custom domain appwrite.exemple.com which works correctly with SSL. However, I'm experiencing issues with function execution domains like 67ffebab79e8b2a3e0aa.functions.appwrite.exemple.com showing SSL certificate errors.
Current setup
_APP_DOMAIN_FUNCTIONS: functions.appwrite.exemple.com (SSL certificate exists but not valid)
_APP_DOMAIN_TARGET: appwrite.exemple.com```
# DNS Configuration in OVH
```appwrite.exemple.com. A IP
functions.appwrite.exemple.com. CNAME appwrite.exemple.com.
*.functions.appwrite.lysub.com. CNAME functions.appwrite.lysub.com.```
When accessing any deployed function, the browser shows a security error "This Connection Is Not Private" because the SSL certificate is not valid for function-specific subdomains like 67ffebab79e8b2a3e0aa.functions.appwrite.exemple.com.
The error specifically indicates that the site might be impersonating the function ID subdomain. It seems Traefik is using its default certificate instead of the proper one for these dynamically generated function subdomains.
Thanks
Recommended threads
- Impossible to create project via CLI?
Is it possible to create a new project via the appwrite CLI ? I need to create a few projects for something I'm working on and because i don't want to do it man...
- Understanding S3 setup with appwrite
Hey, i'm planning to change the storage from local to S3, tho i have some questions to see before starting the migration. 1. Does all the `/storage/<storage_ty...
- S3 files like health6a079a79afaa25.44072...
I migrated to another external S3 host for my appwrite and in many (but not all) folders a file (something like health6a079a79afaa25.44072323 - file itself is e...