Bugzilla – Attachment 152994 Details for
Bug 34193
Default HTTPS template has outdated SSLProtocol value
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34193: SSLProtocol enable in use versions and disable deprecated versions
Bug-34193-SSLProtocol-enable-in-use-versions-and-d.patch (text/plain), 1.60 KB, created by
David Cook
on 2023-07-03 23:57:18 UTC
(
hide
)
Description:
Bug 34193: SSLProtocol enable in use versions and disable deprecated versions
Filename:
MIME Type:
Creator:
David Cook
Created:
2023-07-03 23:57:18 UTC
Size:
1.60 KB
patch
obsolete
>From c87ee9c32048b967c3f33a9db740425646db43eb Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Mon, 3 Jul 2023 23:52:53 +0000 >Subject: [PATCH] Bug 34193: SSLProtocol enable in use versions and disable > deprecated versions > >This patch changes the default SSLProtocol for the Let's Encrypt >HTTPS template, so that it enables in use versions of TLS while >disabling the deprecated versions of TLS. >--- > debian/templates/apache-site-https.conf.in | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/debian/templates/apache-site-https.conf.in b/debian/templates/apache-site-https.conf.in >index 196a415b8e..98fb506398 100644 >--- a/debian/templates/apache-site-https.conf.in >+++ b/debian/templates/apache-site-https.conf.in >@@ -12,7 +12,7 @@ > # OPAC > <VirtualHost *:80> #https > # SSLEngine on >-# SSLProtocol +TLSv1.2 +TLSv1.1 +TLSv1 >+# SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1 > # SSLCompression off > # SSLHonorCipherOrder on > # SSLCipherSuite "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-SA- >@@ -39,7 +39,7 @@ > # Intranet > <VirtualHost *:80> #https > # SSLEngine on >-# SSLProtocol +TLSv1.2 +TLSv1.1 +TLSv1 >+# SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1 > # SSLCompression off > # SSLHonorCipherOrder on > # SSLCipherSuite "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34193
:
152994
|
154568