whataboutno13Original post
Rank 3: Container
Hi there,
I want to build my functions, but the connection to (example) https://pub.dev fails due to an TLS error. This error occurs because I have to add a custom ca-certificate.
I've already mounted the etc/ssl/certs folder to the same folder in all appwrite docker images and a curl call to https://pub.dev does work without throwing an error.
Therefore I have two questions.
- In what image does the function build happen? Maybe I forgot to add the certificate there.
- Is there a single folder/place where I can mount the certificates once for all images to use?
Thanks for your help! Cheers! :appwritecheers:
Summary
Issue: User is experiencing TLS error when trying to connect to https://pub.dev for function building due to custom ca-certificate requirement.
1. Function build happens in the appwrite/function:tag image.
2. Mount custom certificates to /etc/ssl/certs in the appwrite/docker tag as a single folder for all images to use.