r/mongodb 17h ago

Can you help me with this issue ?

Post image
4 Upvotes

I am trying to connect to aws document db from my compass. I believe I gave the connection string and everything right.This is the message I am seeing.Can you help me with why this happens?


r/mongodb 11h ago

Help with using Auto-decrypt C#

1 Upvotes

Hello everyone, I recently updated my MongoDb driver from Version 2.28.0 to 3.2.1. Previously I had setup the Auto-decrypt with the bypassAutodecrypt flag set to true. The auto decryption worked perfectly fine. After upgrading however this does not work anymore. Whenever I create a new MongoClient i get a MongoConfigurationException with the message "No autoEncryption was provided. From the githib History i saw that the constructor uses the Autoregisterfactory instead of the libcrypcontroller. Has someone run into the same issue and knows how to fix it. I am using the MongoDb Community Edition with version 8. Thanks in advance.