社区。我很难使用 Reactive Mongo 客户端连接到 Cosmos Db。我可以使用 shell 和 NoSqlBooster 客户端连接到它,但使用 Reactive Mongo 失败。
Authentication Mechanism |-------| Result
**scram-sha1** Authentication failed, SaslFailed
**mongocr** Authentication failed
URI尝试:
mongodb://****:*****@******.documents.azure.com:10255/c360?ssl=true&authenticationMechanism=scram-sha1&sslAllowsInvalidCert=true
mongodb://****:*****@******.documents.azure.com:10255/c360?ssl=true
任何帮助将不胜感激。谢谢。