Skip to content

Commit e22dbe9

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Adding default value for verify_peer
2 parents 668e336 + a899dd7 commit e22dbe9

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
@@ -1195,7 +1195,7 @@ config option.
11951195
verify_host
11961196
...........
11971197

1198-
**type**: ``boolean``
1198+
**type**: ``boolean`` **default**: ``true``
11991199

12001200
If ``true``, the certificate sent by other servers is verified to ensure that
12011201
their common name matches the host included in the URL. This is usually
@@ -1204,7 +1204,7 @@ combined with ``verify_peer`` to also verify the certificate authenticity.
12041204
verify_peer
12051205
...........
12061206

1207-
**type**: ``boolean``
1207+
**type**: ``boolean`` **default**: ``true``
12081208

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

0 commit comments

Comments
 (0)