You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'ssl_ca_certs' is not recognized as an internal or external command,
operable program or batch file.
'retryWrites' is not recognized as an internal or external command,
operable program or batch file.
Has anyone else tried this? Am I doing something wrong?
Update: I've made it work with DocumentDB now, using the latest version of Omniboard from npm. The problem is how Mongoose can't handle the certificate in the URI, so it has to be supplied through extra options.
In config/database.js I've added the following to mongoOptions
I've tried the following:
npx omniboard --mu "mongodb://user:password@docdb-cluster-node-...docdb.amazonaws.com:27017/?ssl=true&ssl_ca_certs=cert.pem&retryWrites=false"
And I get
Has anyone else tried this? Am I doing something wrong?
Update: I've made it work with DocumentDB now, using the latest version of Omniboard from npm. The problem is how Mongoose can't handle the certificate in the URI, so it has to be supplied through extra options.
In
config/database.js
I've added the following tomongoOptions
And then placed
certificate.pem
in the project root. I've also deleted all the certificate/ssl options from the URI itself. Now it works flawlessly!Unfortunately I don't know much about javascript, so I can't contribute more than this :)
The text was updated successfully, but these errors were encountered: