You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
I have two free-tier clusters on MongoDB Atlas.
Both are basically setup the same on Atlas side.
And both are configured the same in Mongo Explorer, even in the same project.
One works flawlessly, but the other cannot connect, showing this error on "Test connection" while connecting with the actual project and with mongo shell and with mongorestore works without any problems:
com.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting to connect. Client view of cluster state is
{
type=UNKNOWN,
servers=[
{
address=mflix-shard-00-01-seira.gcp.mongodb.net.:27017,
type=UNKNOWN,
state=CONNECTING,
exception=
{
com.mongodb.MongoCommandException: Command failed with error 8000 (AtlasError): 'no SNI name sent, make sure using a MongoDB 3.4+ driver/shell.' on server mflix-shard-00-01-seira.gcp.mongodb.net.:27017. The full response is
{
"ok" : 0,
"errmsg" : "no SNI name sent, make sure using a MongoDB 3.4+ driver/shell.",
"code" : 8000,
"codeName" : "AtlasError"
}
}
},
{
address=mflix-shard-00-00-seira.gcp.mongodb.net.:27017,
type=UNKNOWN,
state=CONNECTING,
exception=
{
com.mongodb.MongoCommandException: Command failed with error 8000 (AtlasError): 'no SNI name sent, make sure using a MongoDB 3.4+ driver/shell.' on server mflix-shard-00-00-seira.gcp.mongodb.net.:27017. The full response is
{
"ok" : 0,
"errmsg" : "no SNI name sent, make sure using a MongoDB 3.4+ driver/shell.",
"code" : 8000,
"codeName" : "AtlasError"
}
}
},
{
address=mflix-shard-00-02-seira.gcp.mongodb.net.:27017,
type=UNKNOWN,
state=CONNECTING,
exception=
{
com.mongodb.MongoCommandException: Command failed with error 8000 (AtlasError): 'no SNI name sent, make sure using a MongoDB 3.4+ driver/shell.' on server mflix-shard-00-02-seira.gcp.mongodb.net.:27017. The full response is
{
"ok" : 0,
"errmsg" : "no SNI name sent, make sure using a MongoDB 3.4+ driver/shell.",
"code" : 8000,
"codeName" : "AtlasError"
}
}
}
]
}
The text was updated successfully, but these errors were encountered:
I have two free-tier clusters on MongoDB Atlas.
Both are basically setup the same on Atlas side.
And both are configured the same in Mongo Explorer, even in the same project.
One works flawlessly, but the other cannot connect, showing this error on "Test connection" while connecting with the actual project and with mongo shell and with mongorestore works without any problems:
The text was updated successfully, but these errors were encountered: