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
For MongoDB Atlas, SCRAM-SHA-1 is not supported for authentication. This means that cluster types that only
8
+
include SCRAM-SHA-1, such as **Free**, **M0**, **Flex**, and **Serverless**, are **not** supported.
9
+
Unstructured only supports SCRAM-SHA-256 for MongoDB Atlas, which is cryptographically stronger than SCRAM-SHA-1.
10
+
11
+
If you try to test or use a connector that refers to a cluster type that only includes SCRAM-SHA-1, the
12
+
operation will fail, and you will get an error message similar to the following:
13
+
`[digital envelope routines] unsupported`.
14
+
</Warning>
16
15
17
16
- A MongoDB Atlas account. [Create an account](https://www.mongodb.com/cloud/atlas/register).
18
-
- A MongoDB Atlas cluster. [Create a cluster](https://www.mongodb.com/docs/atlas/tutorial/deploy-free-tier-cluster).
19
-
- The cluster must be reachable from your application environment. [Learn how](https://www.mongodb.com/docs/atlas/setup-cluster-security/#network-and-firewall-requirements).
20
-
- The cluster must be configured to allow IP address. [Learn how](https://www.mongodb.com/docs/atlas/setup-cluster-security/#ip-access-list).
17
+
- A MongoDB Atlas cluster. [Create a cluster](https://www.mongodb.com/docs/atlas/tutorial/create-new-cluster/). Be sure to **not**
18
+
select a cluster type that only includes SCRAM-SHA-1, such as **Free**, **M0**, **Flex**, or **Serverless**.
19
+
- The cluster must be reachable from your application environment, for example by adding IP addresses to your IP access list. [Learn more](https://www.mongodb.com/docs/atlas/setup-cluster-security/#network-and-firewall-requirements).
20
+
- The cluster must be configured to allow IP address. [Learn how](https://www.mongodb.com/docs/atlas/security/ip-access-list/#add-ip-access-list-entries).
21
21
22
22
<AllowIPAddressRanges />
23
23
@@ -38,7 +38,7 @@ import MongoDBRecordID from '/snippets/general-shared-text/mongodb-record-id.mdx
38
38
1. Log in to your MongoDB Atlas console.
39
39
2. In the sidebar, under **Databases**, click **Clusters**.
40
40
3. Click on the cluster you want to connect to.
41
-
4. Click **Connect**, or click the **Cmd Line Tools** tab and then click **Connect Instructions**.
41
+
4. Click **Connect**.
42
42
5. Click **Drivers**.
43
43
6. Under **Add your connection string into your application code**, copy the connection string.
44
44
You can then close the **Connect** dialog in MongoDB Atlas.
0 commit comments