From 6241b2e321e7eb71dfea29ec6310efae1f7753c8 Mon Sep 17 00:00:00 2001 From: Sadiq Saif Date: Wed, 3 Jul 2019 21:06:03 -0400 Subject: [PATCH] Update tfmain nginx to use TLSv1.3 --- ubuntu/tfmain.tenforward.social.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/tfmain.tenforward.social.yml b/ubuntu/tfmain.tenforward.social.yml index 348790d..edc10b0 100644 --- a/ubuntu/tfmain.tenforward.social.yml +++ b/ubuntu/tfmain.tenforward.social.yml @@ -88,7 +88,7 @@ proxycache: - proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=CACHE:10m inactive=7d max_size=1g ssl: - - ssl_protocols TLSv1.2 + - ssl_protocols TLSv1.2 TLSv1.3 - ssl_dhparam "/etc/nginx/dhparams.pem" - ssl_session_timeout 1d - ssl_session_cache shared:SSL:50m