Skip to content

Commit 2f26284

Browse files
committed
SSL now supported on most free platforms
1 parent b7a7a30 commit 2f26284

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

source/tutorial/configure-ssl.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@ Prerequisites
2929
MongoDB Support
3030
~~~~~~~~~~~~~~~
3131

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
3840
.. _`MongoDB Enterprise`: http://www.mongodb.com/products/mongodb-enterprise
3941

4042
Client Support

0 commit comments

Comments
 (0)