Skip to content

Commit 87cc175

Browse files
committed
CXX-1519 Document how to build libmongoc with TLS 1.1
1 parent 21b0416 commit 87cc175

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/content/mongocxx-v3/installation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ page.
5151
Follow the instructions for building from a tarball at
5252
[Installing libmongoc](http://mongoc.org/libmongoc/current/installing.html).
5353

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+
5459
If you need static C++ driver libraries and you are configuring the C
5560
driver with the `./configure` script, you must pass the `--enable-static`
5661
configure option when building libbson/libmongoc.

0 commit comments

Comments
 (0)