[DOCS-8619] Atlas : add an extra dash for connection example ssl param Created: 17/Aug/16  Updated: 17/Aug/16  Resolved: 17/Aug/16

Status: Closed
Project: Documentation
Component/s: Atlas
Affects Version/s: None
Fix Version/s: None

Type: Task Priority: Major - P3
Reporter: Wan Bachtiar Assignee: Kay Kim (Inactive)
Resolution: Done Votes: 0
Labels: bite-sized
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Participants:
Days since reply: 7 years, 26 weeks, 1 day ago
Story Points: 0.25

 Description   

The example command to connect via mongo shell is missing an extra dash - for ssl param

https://docs.atlas.mongodb.com/connect-to-cluster/#connect-to-the-cluster

mongo "mongodb://host1:27017,host2:27017,host3:27017/admin?replicaSet=replName" -ssl --username <name> --password PASSWORD

should be

mongo "mongodb://host1:27017,host2:27017,host3:27017/admin?replicaSet=replName" --ssl --username <name> --password PASSWORD


Generated at Thu Feb 08 07:56:40 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.