PHPLIB-521: Deprecate obsolete driver options

parent abfae48c
......@@ -26,6 +26,10 @@ description: |
Allowing invalid hostnames may expose the driver to a `man-in-the-middle
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
operation: ~
optional: true
......@@ -50,6 +54,9 @@ description: |
used by default.
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
operation: ~
optional: true
......@@ -71,6 +78,10 @@ description: |
Falls back to the deprecated ``local_cert`` SSL context option if not
specified.
.. deprecated:: 1.6
This option has been deprecated. Use the ``tlsCertificateKeyFile`` URI
option instead.
interface: phpmethod
operation: ~
optional: true
......@@ -83,6 +94,10 @@ description: |
Falls back to the deprecated ``passphrase`` SSL context option if not
specified.
.. deprecated:: 1.6
This option has been deprecated. Use the ``tlsCertificateKeyFilePassword``
URI option instead.
interface: phpmethod
operation: ~
optional: true
......@@ -95,6 +110,10 @@ description: |
Falls back to the deprecated ``allow_self_signed`` SSL context option if not
specified.
.. deprecated:: 1.6
This option has been deprecated. Use the ``tlsAllowInvalidCertificates``
URI option instead.
interface: phpmethod
operation: ~
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