We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9115081 commit ca1eedaCopy full SHA for ca1eeda
packages/data-service/src/connect-mongo-client.spec.ts
@@ -14,6 +14,7 @@ import ConnectionString from 'mongodb-connection-string-url';
14
const defaultOptions = {
15
productDocsLink: 'https://www.mongodb.com/docs/compass/',
16
productName: 'MongoDB Compass',
17
+ useSystemCA: true,
18
};
19
20
const setupListeners = () => {
0 commit comments