File tree Expand file tree Collapse file tree
tools/appliance/definitions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -215,6 +215,7 @@ configure_apache2() {
215215 # Backup stock apache configuration since we may modify it in Secondary Storage VM
216216 cp /etc/apache2/sites-available/default /etc/apache2/sites-available/default.orig
217217 cp /etc/apache2/sites-available/default-ssl /etc/apache2/sites-available/default-ssl.orig
218+ sed -i ' s/SSLProtocol all -SSLv2$/SSLProtocol all -SSLv2 -SSLv3/g' /etc/apache2/mods-available/ssl.conf
218219}
219220
220221configure_services () {
Original file line number Diff line number Diff line change @@ -205,6 +205,7 @@ configure_apache2() {
205205 # Backup stock apache configuration since we may modify it in Secondary Storage VM
206206 cp /etc/apache2/sites-available/default /etc/apache2/sites-available/default.orig
207207 cp /etc/apache2/sites-available/default-ssl /etc/apache2/sites-available/default-ssl.orig
208+ sed -i ' s/SSLProtocol all -SSLv2$/SSLProtocol all -SSLv2 -SSLv3/g' /etc/apache2/mods-available/ssl.conf
208209}
209210
210211configure_services () {
You can’t perform that action at this time.
0 commit comments