aws documentdb 是否為兩種方式的 ssl 驗證 mongodb 客戶端證書? (Does aws documentdb validate mongodb client certificate for two way ssl?)


問題描述

aws documentdb 是否為兩種方式的 ssl 驗證 mongodb 客戶端證書? (Does aws documentdb validate mongodb client certificate for two way ssl?)

我們如何創建客戶端證書以通過 aws 文檔數據庫進行驗證?在 aws 文檔中 https://docs.aws.amazon.com/documentdb/latest/developerguide/connect_programmatically.html#connect_programmatically‑tls_enabled,它只提到了一種 ssl 方式,即客戶端身份驗證服務器證書。我沒有找到有關 aws 文檔 db 支持的兩種方式 ssl 的信息。有人可以幫忙嗎?


參考解法

方法 1:

Amazon DocumentDB does not support using client certificates to connect to your cluster. Are you looking for client‑side certificates to be used by the server for authentication? Amazon DocumentDB only supports SCRAM based authentication.

(by prathyusha magammeet‑bhagdev)

參考文件

  1. Does aws documentdb validate mongodb client certificate for two way ssl? (CC BY‑SA 2.5/3.0/4.0)

#mongodb-java #mongoDB #aws-documentdb-mongoapi #aws-documentdb #openssl






相關問題

GridFS Java 對像是線程安全的嗎? (Are GridFS Java objects thread safe?)

Драйвер MongoDB Java: такога cmd: aggregate няма (MongoDB Java driver : no such cmd: aggregate)

Стварэнне парадкавага нумара ў mongoDB (Generating sequence number in mongoDB)

MongoDB java驅動如何判斷副本集是否處於自動故障轉移過程中? (How can MongoDB java driver determine if replica set is in the process of automatic failover?)

優化 mongodb 中的查詢 (Optimising queries in mongodb)

查詢數據時應該使用 MongoTemplate 還是 DBCollection (Should i use MongoTemplate or DBCollection when query data)

org.bson.codecs.configuration.CodecConfigurationException:找不到類 [Ljava.lang.String; 的編解碼器; (org.bson.codecs.configuration.CodecConfigurationException: Can't find a codec for class [Ljava.lang.String;)

如何使用 Java MongoDB 驅動程序檢索字段子集? (How to retrieve a subset of fields using the Java MongoDB driver?)

當使用 karras 和 clojure 給出字段時,如何更新 MongoDB 中的文檔? (How to update a Document in MongoDB when a field is given with karras & clojure?)

如何使用 java 代碼轉換 mongodb 查詢 (How to Transform mongodb query using java code)

MongoDB 文檔使用 Java 中的 findOneAndUpdate 方法更新數組元素 (MongoDB document update array element using findOneAndUpdate method in Java)

aws documentdb 是否為兩種方式的 ssl 驗證 mongodb 客戶端證書? (Does aws documentdb validate mongodb client certificate for two way ssl?)







留言討論