Cannot connect with authMechanism Legacy SCRAM SHA-1
Answered
I'm evaluating several other tools, connecting to my company's mongoDB instance. The other tools have the authMechanism option of Legacy SCRAM SHA-1, but I do not see that option in NoSQLBooster.
I have tried importing the connection details from URI as exported by one of the other tools, but the connection still fails with NoSQLBooster.
Ideas?
1) First, check to see if the firewall has blocked the connection, If you have an anti-virus, you can also try to disable it. Some could also block the connection. The error getaddrinfo ENOTFOUND ARDUVGOIISW03 is caused by MongoDB NodeJS driver cannot found ARDUVGOIISW03 address.
2) Please try the following URI (delete ?readPreference=primary)
NoSQLBooster's Basic(Username/Password) auth mode supports both SCRAM-SHA-256, SCRAM-SHA-1 and MONGODB-CR.
1) First, check to see if the firewall has blocked the connection, If you have an anti-virus, you can also try to disable it. Some could also block the connection. The error getaddrinfo ENOTFOUND ARDUVGOIISW03 is caused by MongoDB NodeJS driver cannot found ARDUVGOIISW03 address.
2) Please try the following URI (delete ?readPreference=primary)
NoSQLBooster's Basic(Username/Password) auth mode supports both SCRAM-SHA-256, SCRAM-SHA-1 and MONGODB-CR.
NoSQLBooster V5 supports Legacy SCRAM SHA-1.
Can you tell me what the specific error message is? You can use Menu -> Connection -> Connection Editor -> Test Connection to Diagnose the connection.
NoSQLBooster V5 supports Legacy SCRAM SHA-1.
Can you tell me what the specific error message is? You can use Menu -> Connection -> Connection Editor -> Test Connection to Diagnose the connection.
The Node.js driver used by NoSQLBooster supports all MongoDB authentication mechanisms. The driver will attempt to authenticate using the SCRAM-SHA-256 / SCRAM-SHA-1 authentication method if it is available on the MongoDB server. If the server does not support SCRAM-SHA-256 / SCRAM-SHA-1, the driver will authenticate using MONGODB-CR.
The Node.js driver used by NoSQLBooster supports all MongoDB authentication mechanisms. The driver will attempt to authenticate using the SCRAM-SHA-256 / SCRAM-SHA-1 authentication method if it is available on the MongoDB server. If the server does not support SCRAM-SHA-256 / SCRAM-SHA-1, the driver will authenticate using MONGODB-CR.
Replies have been locked on this page!