(Self-Hosted) TLS Errors During Function Deployment with Corporate Certificate
- 0
- Self Hosted
- Functions
Hey everyone,
I'm running into an issue with deploying functions on Appwrite (Version 1.5.7). We have a corporate certificate that must be added to all outgoing requests. Therefore, I’ve added the corporate certificate to all Appwrite docker containers. HTTPS requests via curl work fine from within each docker container, indicating that the certificate is correctly added. However, deploying functions is failing due to TLS errors (at least with Dart and Python runtimes), while loading the dependencies. It seems that the corporate certificate isn’t being applied to the temporary containers that are being spun up during the function deployment process.
How can I ensure that the corporate certificate is correctly added to these deployment containers? Any guidance would be greatly appreciated!
Thanks in advance!
Recommended threads
- Cannot use custom SMTP for messaging (SM...
Hey there! I'm on Appwrite Self-hosted 1.9.0. I've never used the messaging feature before, always sent emails through functions or a custom backend, but I'v...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- Appwrite 1.9.0 doctor fails tho database...
So i was testing in a local environment the upgrade for 1.9.0, and after getting everything into a running state, i checked the logs that shows : ``` └── Cre...