Skip to content

Commit 531591f

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Adding default value for verify_peer
2 parents 7461999 + ddb9e87 commit 531591f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/framework.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ config option.
12441244
verify_host
12451245
...........
12461246

1247-
**type**: ``boolean``
1247+
**type**: ``boolean`` **default**: ``true``
12481248

12491249
If ``true``, the certificate sent by other servers is verified to ensure that
12501250
their common name matches the host included in the URL. This is usually
@@ -1253,7 +1253,7 @@ combined with ``verify_peer`` to also verify the certificate authenticity.
12531253
verify_peer
12541254
...........
12551255

1256-
**type**: ``boolean``
1256+
**type**: ``boolean`` **default**: ``true``
12571257

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

0 commit comments

Comments
 (0)