summaryrefslogtreecommitdiffstats
path: root/ssl.conf
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2014-08-29 14:45:59 +0100
committerJoe Orton <jorton@redhat.com>2014-08-29 14:45:59 +0100
commit793563ad40c65d89906e61a3f83ded4dcb7996f8 (patch)
tree1f287a3861f088d2e4145d8a8a890b322762781f /ssl.conf
parent452da8d9b6122b29a1d1df51fdba4b4a494c389a (diff)
downloadhttpd-793563ad40c65d89906e61a3f83ded4dcb7996f8.tar.gz
httpd-793563ad40c65d89906e61a3f83ded4dcb7996f8.tar.xz
httpd-793563ad40c65d89906e61a3f83ded4dcb7996f8.zip
pull in httpd-filesystem as Requires(pre) (#1128328)
- fix cipher selection in default ssl.conf, depend on new OpenSSL (#1134348) - require hostname for mod_ssl post script (#1135118) Resolves: rhbz#1135118 Resolves: rhbz#1134348 Resolves: rhbz#1128328
Diffstat (limited to 'ssl.conf')
-rw-r--r--ssl.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl.conf b/ssl.conf
index c6b1b27..9dba7c9 100644
--- a/ssl.conf
+++ b/ssl.conf
@@ -80,7 +80,7 @@ SSLProtocol all -SSLv2
# The OpenSSL system profile is configured by default. See
# update-crypto-policies(8) for more details.
#SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5
-SSLCipherSuite PROFILE=DEFAULT
+SSLCipherSuite PROFILE=SYSTEM
# Speed-optimized SSL Cipher configuration:
# If speed is your main concern (on busy HTTPS servers e.g.),