Commit f9d015bb authored by DasSkelett's avatar DasSkelett

Explicitely enable TLSv1.3 which is required for QUIC

parent fdebf8f3
...@@ -95,7 +95,8 @@ http { ...@@ -95,7 +95,8 @@ http {
ssl_session_cache shared:SSL:1m; ssl_session_cache shared:SSL:1m;
ssl_session_timeout 5m; ssl_session_timeout 5m;
ssl_ciphers HIGH:!aNULL:!MD5; ssl_protocols TLSv1.3 TLSv1.2;
ssl_ciphers HIGH:!aNULL:!MD5;
ssl_prefer_server_ciphers on; ssl_prefer_server_ciphers on;
location / { location / {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment