Skip to content

Commit db12eba

Browse files
authored
v5.1.10 (#129)
Minor updates * Removing ssl_alpn
1 parent 0bc7948 commit db12eba

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.9
1+
5.1.10

overlay/etc/bf/templates/ssl-intermediate.conf.esh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# Using Mozilla's SSL Configuration Generator with 'Intermediate' settings - https://ssl-config.mozilla.org/
44
#======================================================================================================================
55

6-
ssl_alpn h2 http/1.1;
76
ssl_protocols TLSv1.2 TLSv1.3;
87
ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384;
98
ssl_prefer_server_ciphers off;

overlay/etc/bf/templates/ssl-modern.conf.esh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# Using Mozilla's SSL Configuration Generator with 'Modern' settings - https://ssl-config.mozilla.org/
44
#======================================================================================================================
55

6-
ssl_alpn h2 http/1.1;
76
ssl_protocols TLSv1.3;
87
ssl_prefer_server_ciphers off;
98
ssl_session_timeout 1d;

0 commit comments

Comments
 (0)