Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-25151

mongo shell and connection string (make "ssl" work if present in the connection uri)

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.3.14
    • Affects Version/s: None
    • Component/s: Shell
    • Labels:
    • Fully Compatible
    • v3.2
    • Platforms 2016-08-26, Platforms 2016-09-19
    • 0

      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
      

            Assignee:
            samantha.ritter@mongodb.com Samantha Ritter (Inactive)
            Reporter:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            16 Start watching this issue

              Created:
              Updated:
              Resolved: