From 011cc1124edcd7c80aae28eaf236c28e7729c236 Mon Sep 17 00:00:00 2001 From: Susan Hinrichs Date: Wed, 13 May 2020 21:35:45 +0000 Subject: [PATCH] Add back reading config for handshake timeout --- iocore/net/SSLConfig.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iocore/net/SSLConfig.cc b/iocore/net/SSLConfig.cc index d96cf803f6f..695169c2625 100644 --- a/iocore/net/SSLConfig.cc +++ b/iocore/net/SSLConfig.cc @@ -343,6 +343,8 @@ SSLConfigParams::initialize() set_paths_helper(ssl_ocsp_response_path, nullptr, &ssl_ocsp_response_path_only, nullptr); ats_free(ssl_ocsp_response_path); + REC_ReadConfigInt32(ssl_handshake_timeout_in, "proxy.config.ssl.handshake_timeout_in"); + REC_ReadConfigInt32(async_handshake_enabled, "proxy.config.ssl.async.handshake.enabled"); REC_ReadConfigStringAlloc(engine_conf_file, "proxy.config.ssl.engine.conf_file");