File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1781,7 +1781,7 @@ Specifies the SSL certification. Defaults are based on your OS: '/etc/pki/tls/ce
17811781
17821782Specifies [ SSLProtocol] ( http://httpd.apache.org/docs/current/mod/mod_ssl.html#sslprotocol ) . Defaults to 'undef'.
17831783
1784- If you do not use this parameter, it uses the HTTPD default from ssl.conf.erb, 'all -SSLv2'.
1784+ If you do not use this parameter, it uses the HTTPD default from ssl.conf.erb, 'all -SSLv2 -SSLv3 '.
17851785
17861786#####` ssl_cipher `
17871787
Original file line number Diff line number Diff line change 2121 SSLCryptoDevice builtin
2222 SSLHonorCipherOrder On
2323 SSLCipherSuite <%= @ssl_cipher %>
24- SSLProtocol all -SSLv2
24+ SSLProtocol all -SSLv2 -SSLv3
2525<% if @ssl_options -%>
2626 SSLOptions <%= @ssl_options . compact . join ( ' ' ) %>
2727<% end -%>
You can’t perform that action at this time.
0 commit comments