This message was deleted.
# announcements
w
This message was deleted.
f
does your documentdb requires a custom certificate for the TLS connection?
i
Copy code
yes, I copied the certificate in the image to the growthbook app but it shows me the same error....is there a specific location I need to put?

I added in the path /usr/local/src/app and added in the taskdefinition the resource for ecs in the environment variable part with string for documentdb connection - example <mongodb://user:password@growthbook-cluster.cluster-xxxxxxxxxx-east>- Is <http://1.docdb.amazonaws.com:27017/?tls=true&tls_ca_certs=/usr/local/src/app/global-bundle.pem&replicaSet=rs0&readPreference=secondaryPreferred&retryWrites=false|1.docdb.amazonaws.com:27017/?tls=true&tls_ca_certs=/usr/local/src/app/global-bundle.pem&replicaSet=rs0&readPreference=secondaryPreferred&retryWrites=false> correct?
f
looking at the documentdb connection string
looks like …?tls=true&tlsCAFile=global-bundle.pem
where did you find the tls_ca_certs=
?
i
Hi Graham, It is working. thank you for your help.
f
great
440 Views