Skip to content

Commit 1ba76bf

Browse files
committed
Merge pull request #714
2 parents abfae48 + 590f9f9 commit 1ba76bf

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/includes/apiargs-MongoDBClient-method-construct-driverOptions.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ description: |
2626
2727
Allowing invalid hostnames may expose the driver to a `man-in-the-middle
2828
attack <https://en.wikipedia.org/wiki/Man-in-the-middle_attack>`_.
29+
30+
.. deprecated:: 1.6
31+
This option has been deprecated. Use the ``tlsAllowInvalidHostnames`` URI
32+
option instead.
2933
interface: phpmethod
3034
operation: ~
3135
optional: true
@@ -50,6 +54,9 @@ description: |
5054
used by default.
5155
5256
Falls back to the deprecated ``cafile`` SSL context option if not specified.
57+
58+
.. deprecated:: 1.6
59+
This option has been deprecated. Use the ``tlsCAFile`` URI option instead.
5360
interface: phpmethod
5461
operation: ~
5562
optional: true
@@ -71,6 +78,10 @@ description: |
7178
7279
Falls back to the deprecated ``local_cert`` SSL context option if not
7380
specified.
81+
82+
.. deprecated:: 1.6
83+
This option has been deprecated. Use the ``tlsCertificateKeyFile`` URI
84+
option instead.
7485
interface: phpmethod
7586
operation: ~
7687
optional: true
@@ -83,6 +94,10 @@ description: |
8394
8495
Falls back to the deprecated ``passphrase`` SSL context option if not
8596
specified.
97+
98+
.. deprecated:: 1.6
99+
This option has been deprecated. Use the ``tlsCertificateKeyFilePassword``
100+
URI option instead.
86101
interface: phpmethod
87102
operation: ~
88103
optional: true
@@ -95,6 +110,10 @@ description: |
95110
96111
Falls back to the deprecated ``allow_self_signed`` SSL context option if not
97112
specified.
113+
114+
.. deprecated:: 1.6
115+
This option has been deprecated. Use the ``tlsAllowInvalidCertificates``
116+
URI option instead.
98117
interface: phpmethod
99118
operation: ~
100119
optional: true

0 commit comments

Comments
 (0)