Skip to content

Commit 9ae9efe

Browse files
committed
minor #20325 [Messenger] Add reference to PHP docs for SSL context options (phansys)
This PR was merged into the 6.4 branch. Discussion ---------- [Messenger] Add reference to PHP docs for SSL context options Follows #20094 (comment). Commits ------- f39f657 [Messenger] Add reference to PHP docs for SSL context options
2 parents d0cffd5 + f39f657 commit 9ae9efe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

messenger.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1694,7 +1694,7 @@ redis_sentinel support is disabled
16941694
ssl Map of TLS options. null
16951695
======================= ===================================== =================================
16961696

1697-
The ``ssl`` option can be used to change requirements for the TLS channel, e.g. in tests:
1697+
The ``ssl`` option can be used to provide SSL context options (`php.net/context.ssl`_) for the TLS channel, e.g. in tests:
16981698

16991699
.. configuration-block::
17001700

@@ -3488,3 +3488,4 @@ Learn more
34883488
.. _`AMQProxy`: https://github.com/cloudamqp/amqproxy
34893489
.. _`high connection churn`: https://www.rabbitmq.com/connections.html#high-connection-churn
34903490
.. _`article about CQRS`: https://martinfowler.com/bliki/CQRS.html
3491+
.. _`php.net/context.ssl`: https://php.net/context.ssl

0 commit comments

Comments
 (0)