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 9bf487e commit ca4396bCopy full SHA for ca4396b
UPGRADE-2.0.md
@@ -43,7 +43,7 @@ UPGRADE FROM 1.x to 2.0
43
is now consistent with validation for other option types.
44
* Removed the following driver options from `MongoDB\Driver\Manager`:
45
`allow_invalid_hostname` (use `tlsAllowInvalidHostnames` URI option instead),
46
- `ca_file` (use ``tlsCAFile`), `context`,
+ `ca_file` (use `tlsCAFile`), `context`,
47
`pem_file` (use `tlsCertificateKeyFile`),
48
`pem_pwd` (use `tlsCertificateKeyFilePassword`), and
49
`weak_cert_validation` (use `tlsAllowInvalidCertificates`).
0 commit comments