# HG changeset patch # User Drew Fisher # Date 1413407947 21600 # Node ID 1cea7a430dd7215e1ae293e13c058996378d9520 # Parent 8977d970976a29800c954622fdd85a9f03f9855f 19825273 horizon default config should disable SSL 2 & 3 diff -r 8977d970976a -r 1cea7a430dd7 components/openstack/horizon/files/openstack-dashboard-tls.conf --- a/components/openstack/horizon/files/openstack-dashboard-tls.conf Tue Oct 14 13:50:20 2014 -0700 +++ b/components/openstack/horizon/files/openstack-dashboard-tls.conf Wed Oct 15 15:19:07 2014 -0600 @@ -20,6 +20,10 @@ ServerName openstack.example.com SSLEngine On + + # Disable the known insecure SSLv2 & SSLv3 protocols + SSLProtocol all -SSLv2 -SSLv3 + # # For an overview on SSL with Apache see: # http://httpd.apache.org/docs/2.2/ssl/ssl_howto.html