From 5a7f4ea31d6ae2057b7db5ed8748da08b301d1ad Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Mon, 23 Oct 2023 14:57:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E7=BD=91=E7=AB=99=20T?= =?UTF-8?q?LSv1.3=20=E8=AE=BE=E7=BD=AE=E4=B8=8D=E7=94=9F=E6=95=88=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/openresty/1.21.4.2/conf/conf.d/00.default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openresty/1.21.4.2/conf/conf.d/00.default.conf b/apps/openresty/1.21.4.2/conf/conf.d/00.default.conf index 62df68338..aa768b259 100644 --- a/apps/openresty/1.21.4.2/conf/conf.d/00.default.conf +++ b/apps/openresty/1.21.4.2/conf/conf.d/00.default.conf @@ -11,7 +11,7 @@ server ssl_ciphers aNULL; ssl_certificate data:$empty; ssl_certificate_key data:$empty; - ssl_reject_handshake on; + ssl_protocols TLSv1.1 TLSv1.2 TLSv1.3; index 404.html; root /usr/share/nginx/html;