From 0af0beaeb7f83eff4fd17078f9df8688e08abeca Mon Sep 17 00:00:00 2001 From: Liam Marshall Date: Thu, 12 Nov 2015 22:27:05 -0600 Subject: [PATCH] Remove useless SSL removal on non-SSL vhosts --- letsencrypt-apache/letsencrypt_apache/configurator.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/letsencrypt-apache/letsencrypt_apache/configurator.py b/letsencrypt-apache/letsencrypt_apache/configurator.py index d891c39a9..154b19f5a 100644 --- a/letsencrypt-apache/letsencrypt_apache/configurator.py +++ b/letsencrypt-apache/letsencrypt_apache/configurator.py @@ -584,10 +584,6 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator): # Update Addresses self._update_ssl_vhosts_addrs(vh_p) - # Remove existing SSL directives - logger.info("Removing existing SSL directives") - self._remove_existing_ssl_directives(vh_p) - # Add directives self._add_dummy_ssl_directives(vh_p)