Skip to content

Commit

Permalink
ndb_mongodb: elaborated the docs for usage with tls module
Browse files Browse the repository at this point in the history
(cherry picked from commit 361dc12)
  • Loading branch information
miconda committed Sep 14, 2016
1 parent 0f24743 commit 18874f1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions modules/ndb_mongodb/doc/ndb_mongodb_admin.xml
Expand Up @@ -53,8 +53,13 @@
<ulink url="https://github.com/mongodb/mongo-c-driver">https://github.com/mongodb/mongo-c-driver</ulink>
</para>
<para>
Note: if you use tls module, use at least mongo-c-driver v1.2.1
- there were reports of issues inside earlier versions of the driver.
Note: if you use tls module, use at least mongo-c-driver v1.3.5
and compile the library by configuring it without automatic init
and cleanup (you have to run:
'./configure --disable-automatic-init-and-cleanup') -- this
option is planned to be removed in future versions. An alternative
for v1.3.5 could be the patch from:
https://github.com/miconda/mongo-c-driver/commit/51d95009de39eaeca48491682a5ffec4f83cde55
</para>
</listitem>
</itemizedlist>
Expand Down

0 comments on commit 18874f1

Please sign in to comment.