Skip to content

Commit 6cde417

Browse files
masaori335zwoop
authored andcommitted
Docs: Fix default value of proxy.config.ssl.handshake_timeout_in (#8574)
(cherry picked from commit f4d26aa)
1 parent 3d84d92 commit 6cde417

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/admin-guide/files/records.config.en.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3618,9 +3618,9 @@ SSL Termination
36183618
This feature requires |TS| to be built with POSIX
36193619
capabilities enabled.
36203620

3621-
.. ts:cv:: CONFIG proxy.config.ssl.handshake_timeout_in INT 0
3621+
.. ts:cv:: CONFIG proxy.config.ssl.handshake_timeout_in INT 30
36223622
3623-
When enabled this limits the total duration for the server side SSL
3623+
When enabled this limits the total duration for the incoming side SSL
36243624
handshake.
36253625

36263626
See :ref:`admin-performance-timeouts` for more discussion on |TS| timeouts.

doc/admin-guide/performance/index.en.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ engine.
392392

393393
:ts:cv:`proxy.config.ssl.handshake_timeout_in` configures the time, in seconds,
394394
after which incoming client connections will abort should the SSL handshake not
395-
be completed. The default of ``0`` disables the timeout.
395+
be completed. A value of ``0`` will disable the timeout.
396396

397397
When :ref:`admin-ocsp-stapling` is enabled in |TS|, you can configure two
398398
separate timeouts; one for setting the length of time which cached OCSP results
@@ -406,7 +406,7 @@ cached in |TS| using :ts:cv:`proxy.config.ssl.session_cache.timeout`.
406406

407407
::
408408

409-
CONFIG proxy.config.ssl.handshake_timeout_in INT 0
409+
CONFIG proxy.config.ssl.handshake_timeout_in INT 30
410410
CONFIG proxy.config.ssl.ocsp.cache_timeout INT 3600
411411
CONFIG proxy.config.ssl.ocsp.request_timeout INT 10
412412
CONFIG proxy.config.ssl.session_cache.timeout INT 0

0 commit comments

Comments
 (0)