This additional setting is used to enable or disable the use of SSL-specific command line parameters when running mongo commands. By default, this is a machine-wide setting. All MongoDb instances pointing to the client will use the same setting. To make the setting specific to an instance, you can extend this setting with pseudoclient and instance names in the format: bEnableMongoSSL_<pseudoclientname>_<instancename>. This is supported in release 11.20 and later releases.
Details
| Setting name: | bEnableMongoSSL |
|---|---|
| Category: | iDataAgent |
| Created on: | Client |
| Type: | Boolean |
| Min value: | None |
| Max value: | None |
| Default value: | None |
| Supported values: | TRUE FALSE |
| Supported versions: | 11.14 and higher |
| Requires restart: | Yes |