I was wondering why with the mongo shell, you cannot include the ssl=true option in the connection string?
the following works
mongo mongodb://<username>:<pwd>@<host1>,<host2>,<host3>/admin?replicaSet=docsfeedback-shard-0 --ssl
but the following does not
mongo mongodb://<username>:<pwd>@<host1>,<host2>,<host3>/admin?replicaSet=docsfeedback-shard-0&ssl=true
- is related to
-
SERVER-27210 3.4.0 mongo shell unable to connect using MongoURI with "ssl=true"
- Closed
-
SERVER-31824 ssl command-line options in the shell shouldn't require the --ssl flag
- Closed