File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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.
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