File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,14 @@ Prerequisites
29
29
MongoDB Support
30
30
~~~~~~~~~~~~~~~
31
31
32
- The `default distribution of MongoDB`_ does **not** contain
33
- support for SSL. To use SSL, you must either build MongoDB locally
34
- passing the ``--ssl`` option to ``scons`` or use `MongoDB
35
- Enterprise`_.
36
-
37
- .. _`default distribution of MongoDB`: http://www.mongodb.org/downloads
32
+ .. versionadded:: 3.0
33
+ Most MongoDB distributions now include support for SSL.
34
+
35
+ Certain `distributions of MongoDB`_ do **not** contain
36
+ support for SSL. To use SSL, be sure to choose a package that supports SSL.
37
+ All `MongoDB Enterprise`_ supported platforms include SSL support.
38
+
39
+ .. _`distributions of MongoDB`: http://www.mongodb.org/downloads
38
40
.. _`MongoDB Enterprise`: http://www.mongodb.com/products/mongodb-enterprise
39
41
40
42
Client Support
You can’t perform that action at this time.
0 commit comments