Skip to content

Commit 0bc7948

Browse files
authored
v5.1.9 (#128)
Minor updates * Updating to getssl 2.47 * Adding ssl_alpn to conf
1 parent 0b99009 commit 0bc7948

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

VERSION

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

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

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

6+
ssl_alpn h2 http/1.1;
67
ssl_protocols TLSv1.2 TLSv1.3;
78
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;
89
ssl_prefer_server_ciphers off;

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

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

6+
ssl_alpn h2 http/1.1;
67
ssl_protocols TLSv1.3;
78
ssl_prefer_server_ciphers off;
89
ssl_session_timeout 1d;

overlay/tmp/GETSSL_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.46
1+
2.47

0 commit comments

Comments
 (0)