File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff 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.
2933interface : phpmethod
3034operation : ~
3135optional : 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.
5360interface : phpmethod
5461operation : ~
5562optional : 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.
7485interface : phpmethod
7586operation : ~
7687optional : 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.
86101interface : phpmethod
87102operation : ~
88103optional : 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.
98117interface : phpmethod
99118operation : ~
100119optional : true
You can’t perform that action at this time.
0 commit comments