Cannot Connect to AWS Database using TLS with Server CA Validation

前端 未结 6 1737
余生分开走
余生分开走 2021-01-18 05:06

AWS documentation states that to connect to my DocumentDB Cluster, I need to use a query string that ends like so ?ssl_ca_certs=rds-combined-ca-bundle.pem&replicaS

6条回答
  •  醉话见心
    2021-01-18 05:47

    Here are examples on how to programmatically connect to Amazon DocumentDB with C# (and other drivers) with both TLS enabled/disabled.

    https://docs.aws.amazon.com/documentdb/latest/developerguide/connect.html

提交回复
热议问题