Unverified Commit 1ba76bfb authored by Andreas Braun's avatar Andreas Braun

Merge pull request #714

parents abfae48c 590f9f93
...@@ -26,6 +26,10 @@ description: | ...@@ -26,6 +26,10 @@ description: |
Allowing invalid hostnames may expose the driver to a `man-in-the-middle Allowing invalid hostnames may expose the driver to a `man-in-the-middle
attack <https://en.wikipedia.org/wiki/Man-in-the-middle_attack>`_. attack <https://en.wikipedia.org/wiki/Man-in-the-middle_attack>`_.
.. deprecated:: 1.6
This option has been deprecated. Use the ``tlsAllowInvalidHostnames`` URI
option instead.
interface: phpmethod interface: phpmethod
operation: ~ operation: ~
optional: true optional: true
...@@ -50,6 +54,9 @@ description: | ...@@ -50,6 +54,9 @@ description: |
used by default. used by default.
Falls back to the deprecated ``cafile`` SSL context option if not specified. Falls back to the deprecated ``cafile`` SSL context option if not specified.
.. deprecated:: 1.6
This option has been deprecated. Use the ``tlsCAFile`` URI option instead.
interface: phpmethod interface: phpmethod
operation: ~ operation: ~
optional: true optional: true
...@@ -71,6 +78,10 @@ description: | ...@@ -71,6 +78,10 @@ description: |
Falls back to the deprecated ``local_cert`` SSL context option if not Falls back to the deprecated ``local_cert`` SSL context option if not
specified. specified.
.. deprecated:: 1.6
This option has been deprecated. Use the ``tlsCertificateKeyFile`` URI
option instead.
interface: phpmethod interface: phpmethod
operation: ~ operation: ~
optional: true optional: true
...@@ -83,6 +94,10 @@ description: | ...@@ -83,6 +94,10 @@ description: |
Falls back to the deprecated ``passphrase`` SSL context option if not Falls back to the deprecated ``passphrase`` SSL context option if not
specified. specified.
.. deprecated:: 1.6
This option has been deprecated. Use the ``tlsCertificateKeyFilePassword``
URI option instead.
interface: phpmethod interface: phpmethod
operation: ~ operation: ~
optional: true optional: true
...@@ -95,6 +110,10 @@ description: | ...@@ -95,6 +110,10 @@ description: |
Falls back to the deprecated ``allow_self_signed`` SSL context option if not Falls back to the deprecated ``allow_self_signed`` SSL context option if not
specified. specified.
.. deprecated:: 1.6
This option has been deprecated. Use the ``tlsAllowInvalidCertificates``
URI option instead.
interface: phpmethod interface: phpmethod
operation: ~ operation: ~
optional: true optional: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment