File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -1687,21 +1687,21 @@ The SSL options can be used change requirements for the TLS channel:
16871687
16881688 .. code-block :: yaml
16891689
1690- # config/packages/test/messenger.yaml
1691- framework :
1692- messenger :
1693- transports :
1694- redis :
1695- dsn : " rediss://localhost"
1696- options :
1697- ssl :
1698- allow_self_signed : true
1699- capture_peer_cert : true
1700- capture_peer_cert_chain : true
1701- disable_compression : true
1702- SNI_enabled : true
1703- verify_peer : true
1704- verify_peer_name : true
1690+ # config/packages/test/messenger.yaml
1691+ framework :
1692+ messenger :
1693+ transports :
1694+ redis :
1695+ dsn : " rediss://localhost"
1696+ options :
1697+ ssl :
1698+ allow_self_signed : true
1699+ capture_peer_cert : true
1700+ capture_peer_cert_chain : true
1701+ disable_compression : true
1702+ SNI_enabled : true
1703+ verify_peer : true
1704+ verify_peer_name : true
17051705
17061706 .. versionadded :: 7.1
17071707
You can’t perform that action at this time.
0 commit comments