From: Michael Friedrich Date: Mon, 17 Sep 2018 09:19:18 +0000 (+0200) Subject: Add a note about tls_handshake_timeout to upgrading docs X-Git-Tag: v2.10.0~28^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2efe719770f036447822007d88df28e308adf272;p=icinga2 Add a note about tls_handshake_timeout to upgrading docs --- diff --git a/doc/16-upgrading-icinga-2.md b/doc/16-upgrading-icinga-2.md index 8bf58bc13..83b4bd3ec 100644 --- a/doc/16-upgrading-icinga-2.md +++ b/doc/16-upgrading-icinga-2.md @@ -57,6 +57,10 @@ The corresponding REST API results from `/v1/status/ApiListener` in `json_rpc` h from `clients` to `anonymous_clients` to better reflect their purpose. Authenticated clients are counted as connected endpoints. A similar change is there for the performance data metrics. +The TLS handshake timeout defaults to 10 seconds since v2.8.2. This can now be configured +with the configuration attribute `tls_handshake_timeout`. Beware of performance issues +with setting a too high value. + ### API: schedule-downtime Action The attribute `child_options` was previously accepting 0,1,2 for specific child downtime settings.