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: |
26
26
27
27
Allowing invalid hostnames may expose the driver to a `man-in-the-middle
28
28
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.
29
33
interface : phpmethod
30
34
operation : ~
31
35
optional : true
@@ -50,6 +54,9 @@ description: |
50
54
used by default.
51
55
52
56
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.
53
60
interface : phpmethod
54
61
operation : ~
55
62
optional : true
@@ -71,6 +78,10 @@ description: |
71
78
72
79
Falls back to the deprecated ``local_cert`` SSL context option if not
73
80
specified.
81
+
82
+ .. deprecated:: 1.6
83
+ This option has been deprecated. Use the ``tlsCertificateKeyFile`` URI
84
+ option instead.
74
85
interface : phpmethod
75
86
operation : ~
76
87
optional : true
@@ -83,6 +94,10 @@ description: |
83
94
84
95
Falls back to the deprecated ``passphrase`` SSL context option if not
85
96
specified.
97
+
98
+ .. deprecated:: 1.6
99
+ This option has been deprecated. Use the ``tlsCertificateKeyFilePassword``
100
+ URI option instead.
86
101
interface : phpmethod
87
102
operation : ~
88
103
optional : true
@@ -95,6 +110,10 @@ description: |
95
110
96
111
Falls back to the deprecated ``allow_self_signed`` SSL context option if not
97
112
specified.
113
+
114
+ .. deprecated:: 1.6
115
+ This option has been deprecated. Use the ``tlsAllowInvalidCertificates``
116
+ URI option instead.
98
117
interface : phpmethod
99
118
operation : ~
100
119
optional : true
You can’t perform that action at this time.
0 commit comments