Skip to content

Commit 9cabec5

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: Minor tweak [Messenger] Add reference to PHP docs for SSL context options
2 parents e1ad3b0 + 714113c commit 9cabec5

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
@@ -1683,7 +1683,7 @@ ssl Map of TLS options. null
16831683
The option ``redis_sentinel`` as an alias for ``sentinel_master`` was introduced
16841684
in Symfony 7.1.
16851685

1686-
The ``ssl`` option can be used to change requirements for the TLS channel, e.g. in tests:
1686+
The ``ssl`` option can be used to provide `SSL context options`_ for the TLS channel, e.g. in tests:
16871687

16881688
.. configuration-block::
16891689

@@ -3404,3 +3404,4 @@ Learn more
34043404
.. _`AMQProxy`: https://github.com/cloudamqp/amqproxy
34053405
.. _`high connection churn`: https://www.rabbitmq.com/connections.html#high-connection-churn
34063406
.. _`article about CQRS`: https://martinfowler.com/bliki/CQRS.html
3407+
.. _`SSL context options`: https://php.net/context.ssl

0 commit comments

Comments
 (0)