From c46bf93808c20ba6013541fadd5d42d040d46c2c Mon Sep 17 00:00:00 2001 From: Dmitry Rodionov Date: Thu, 26 May 2022 12:06:05 +0300 Subject: [PATCH] allow TLS 1.2 in proxy to be compatible with older client libraries --- proxy/src/config.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proxy/src/config.rs b/proxy/src/config.rs index 077a07beb9..6f1b56bfe4 100644 --- a/proxy/src/config.rs +++ b/proxy/src/config.rs @@ -61,7 +61,8 @@ pub fn configure_tls(key_path: &str, cert_path: &str) -> anyhow::Result