Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The error 'MongoParseError: option sslcacerts is not supported' means that the option 'sslcacerts' is not recognized by the MongoDB driver. This may occur if you are using an outdated version of the driver that does not support this option or if you have misspelled the option name.

When connecting to AWS DocumentDB using Mongoose, you may need to configure the SSL options using the 'sslValidate' and 'sslCA' options in the Mongoose connection string, instead of using the 'sslcacerts' option. Make sure that you are using the correct and up-to-date syntax for the Mongoose connection string.