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 902ea35 commit c9cdb9fCopy full SHA for c9cdb9f
source/includes/connect/ca-dir.php
@@ -3,7 +3,7 @@
3
$uri = 'mongodb://<hostname>:<port>';
4
5
$uriOptions = [
6
- 'tls' => true,
+ 'tls' => true,
7
];
8
9
$driverOptions = [
source/includes/connect/crl-file.php
0 commit comments