From 46e97802adfe5f6b28f4e089ec5a055b3af60304 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Tue, 20 Apr 2021 19:01:15 +0200 Subject: [PATCH] Adding default value for verify_peer It's also missing for verify_host - but I don't know the default value there ;-) --- reference/configuration/framework.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index a55b9816a6e..6ea1c37f439 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -1046,7 +1046,7 @@ combined with ``verify_peer`` to also verify the certificate authenticity. verify_peer ........... -**type**: ``boolean`` +**type**: ``boolean`` **default**: ``true`` If ``true``, the certificate sent by other servers when negotiating a TLS or SSL connection is verified for authenticity. Authenticating the certificate is not