(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
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?