0

I try to connect to a replica set, I defined a user in the admin database and I enabled SSL. But no matter what I try I just get a failed connection.

I followed this, but still nothing: https://thomaszahn.wordpress.com/2014/10/20/connecting-to-a-hosted-mongodb-database-using-3t-mongochef/

Stephen Kennedy
  • 20,585
  • 22
  • 95
  • 108
Adrian Rosca
  • 6,922
  • 9
  • 40
  • 57

1 Answers1

1

MongoDB URI strings with multiple servers will be imported as connections to a MongoDB replica set. Please verify that your MongoDB instances are members of a replica set and not members of a sharded cluster. When connecting to a sharded cluster use Sharded Cluster as the connection type.

MongoChef 3.4.0 and newer will perform this check for you automatically.

Studio 3T
  • 326
  • 1
  • 7