Skip to content

Commit 652fc75

Browse files
Georgy ChebanovkevinAlbs
authored andcommitted
fix allow_invalid_certificates documentation
1 parent 546a7ac commit 652fc75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mongocxx/options/ssl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class MONGOCXX_API ssl {
129129
const stdx::optional<bsoncxx::string::view_or_value>& crl_file() const;
130130

131131
///
132-
/// If false, the driver will not verify the server's CA file.
132+
/// If true, the driver will not verify the server's CA file.
133133
///
134134
/// @param allow_invalid_certificates
135135
/// Whether or not to check the server's CA file.

0 commit comments

Comments
 (0)