Skip to content

Commit f4d26aa

Browse files
authored
Docs: Fix default value of proxy.config.ssl.handshake_timeout_in (#8574)
1 parent ca3654c commit f4d26aa

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

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

3790-
.. ts:cv:: CONFIG proxy.config.ssl.handshake_timeout_in INT 0
3790+
.. ts:cv:: CONFIG proxy.config.ssl.handshake_timeout_in INT 30
37913791
3792-
When enabled this limits the total duration for the server side SSL
3792+
When enabled this limits the total duration for the incoming side SSL
37933793
handshake.
37943794

37953795
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)