components/openstack/horizon/files/openstack-dashboard-tls.conf
branchs11-update
changeset 3409 53d60770c45d
parent 3028 5e73a3a3f66a
child 4072 db0cec748ec0
child 4156 4b1def16fe9b
equal deleted inserted replaced
3401:bd976a0fa74e 3409:53d60770c45d
    18 
    18 
    19 <VirtualHost *:443>
    19 <VirtualHost *:443>
    20     ServerName openstack.example.com
    20     ServerName openstack.example.com
    21 
    21 
    22     SSLEngine On
    22     SSLEngine On
       
    23 
       
    24     # Disable the known insecure SSLv2 & SSLv3 protocols
       
    25     SSLProtocol all -SSLv2 -SSLv3
       
    26 
    23     #
    27     #
    24     # For an overview on SSL with Apache see:
    28     # For an overview on SSL with Apache see:
    25     #    http://httpd.apache.org/docs/2.2/ssl/ssl_howto.html
    29     #    http://httpd.apache.org/docs/2.2/ssl/ssl_howto.html
    26     # For examples on how to configure certificates and keys see:
    30     # For examples on how to configure certificates and keys see:
    27     #    http://www.akadia.com/services/ssh_test_certificate.html
    31     #    http://www.akadia.com/services/ssh_test_certificate.html