Hi all,
I am getting this error (see screenshot attached) while trying to connect the class Atlas cluster to the mongo Shell.
Errore_Shell.pdf (171.5 KB)
I have been trying using both strings as mentioned in the chapter:
-
mongo “mongodb+srv://cluster0-jxeqq.mongodb.net/test” --username m001-student --password m001-mongodb-basics
-
mongo “mongodb://cluster0-shard-00-00-jxeqq.mongodb.net:27017,cluster0-shard-00-01-jxeqq.mongodb.net:27017,cluster0-shard-00-02-jxeqq.mongodb.net:27017/test?replicaSet=Cluster0-shard-0” --authenticationDatabase admin --ssl --username m001-student --password m001-mongodb-basics
None of them worked.
Could you please advise what’s the problem here and how to fix this?
Thank you