File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ engine.
392392
393393:ts:cv: `proxy.config.ssl.handshake_timeout_in ` configures the time, in seconds,
394394after 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
397397When :ref: `admin-ocsp-stapling ` is enabled in |TS |, you can configure two
398398separate 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
You can’t perform that action at this time.
0 commit comments