(08-16-2018, 07:11 AM)TGates Wrote: This should have nothing to do with Lets Encrypt. You should not need to comment out the Listen 443 in the httpd-vhosts.conf as that is the proper location for it. What the problem seems to be is that there is another Listen 443 being called somewhere else for some other reason. I use Ubuntu and I know the Sentora default configurations do not have Listen 443 anywhere. You need to make sure /etc/sentora/configs/apache/httpd.conf does not have Listen 443, also make sure /etc/apache2/apache2.conf looks like this:
Good one, TGates! Replacing /etc/apache2/apache2.conf might be the answer. Mine has:
<IfModule mod_ssl.c>
Listen 443
</IfModule>
at the end, after the Include /etc/sentora/configs/apache/httpd.conf line. Wonder where it came from. I will copy your version, but might have to wait until September 1 to see if it fixed the problem, since that is when it usually blows out because Listen 443 gets added to the /etc/sentora/configs/apache/httpd.conf file the first of each month.