8000 minor #15265 [HttpClient] Adding default value for verify_peer (Thoma… · SirRFI/symfony-docs@354d1a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 354d1a3

Browse files
committed
minor symfony#15265 [HttpClient] Adding default value for verify_peer (ThomasLandauer)
This PR was merged into the 4.4 branch. Discussion ---------- [HttpClient] Adding default value for verify_peer It's also missing for verify_host - but I don't know the default value there ;-) Commits ------- 46e9780 Adding default value for verify_peer
2 parents fc9a9c5 + 46e9780 commit 354d1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ combined with ``verify_peer`` to also verify the certificate authenticity.
10501050
verify_peer
10511051
...........
10521052

1053-
**type**: ``boolean``
1053+
**type**: ``boolean`` **default**: ``true``
10541054

10551055
If ``true``, the certificate sent by other servers when negotiating a TLS or SSL
10561056
connection is verified for authenticity. Authenticating the certificate is not

0 commit comments

Comments
 (0)
0