Skip to content

Commit

Permalink
Update messenger.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Javier Spagnoletti <[email protected]>
  • Loading branch information
tarjei and phansys authored Sep 9, 2024
1 parent 9978517 commit 27818d2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1690,18 +1690,18 @@ The SSL options can be used change requirements for the TLS channel:
# config/packages/test/messenger.yaml
framework:
messenger:
transports:
redis:
dsn: "rediss://localhost"
options:
ssl:
allow_self_signed: true
capture_peer_cert: true
capture_peer_cert_chain: true
disable_compression: true
SNI_enabled: true
verify_peer: true
verify_peer_name: true
transports:
redis:
dsn: "rediss://localhost"
options:
ssl:
allow_self_signed: true
capture_peer_cert: true
capture_peer_cert_chain: true
disable_compression: true
SNI_enabled: true
verify_peer: true
verify_peer_name: true
.. versionadded:: 7.1

Expand Down

0 comments on commit 27818d2

Please sign in to comment.