Details
-
Task
-
Resolution: Incomplete
-
Major - P3
-
None
-
None
Description
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
|
Attachments
Issue Links
- documents
-
SERVER-25151 mongo shell and connection string (make "ssl" work if present in the connection uri)
-
- Closed
-
- is related to
-
SERVER-31824 ssl command-line options in the shell shouldn't require the --ssl flag
-
- Closed
-