We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b0416 commit 87cc175Copy full SHA for 87cc175
docs/content/mongocxx-v3/installation.md
@@ -51,6 +51,11 @@ page.
51
Follow the instructions for building from a tarball at
52
[Installing libmongoc](http://mongoc.org/libmongoc/current/installing.html).
53
54
+Industry best practices and some regulations require the use of TLS 1.1
55
+or newer. The MongoDB C Driver supports TLS 1.1 on Linux if OpenSSL is
56
+at least version 1.0.1. On OS X and Windows, the C Driver uses native
57
+TLS implementations that support TLS 1.1.
58
+
59
If you need static C++ driver libraries and you are configuring the C
60
driver with the `./configure` script, you must pass the `--enable-static`
61
configure option when building libbson/libmongoc.
0 commit comments