When attempting to connect the 3.4.0 mongo shell running on OSX, I cannot connect to a MongoDB Atlas replica set with SSL using the full URI.
However, I can connect if I remove ssl=true from the URI and add the --ssl flag to the mongo shell command.
- related to
-
SERVER-25151 mongo shell and connection string (make "ssl" work if present in the connection uri)
- Closed