changeset 2139:68b055359b2b nginx_decoupled

old macos doesn't support SSLv1.3, remove
author Violet7
date Mon, 19 Jan 2026 20:29:52 -0800
parents 5cf7c6b1dec9
children bc999d5036fb
files host/startup/nginx/nginx_master.conf.luan
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/host/startup/nginx/nginx_master.conf.luan	Mon Jan 19 20:27:02 2026 -0800
+++ b/host/startup/nginx/nginx_master.conf.luan	Mon Jan 19 20:29:52 2026 -0800
@@ -40,7 +40,7 @@
 	# SSL Settings
 	##
 
-	ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3; # Dropping SSLv3, ref: POODLE
+	ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
 	ssl_prefer_server_ciphers on;
 
 	##