(08-21-2018, 11:03 AM)rsthomas Wrote: I agree that it shouldn't be there. But I just remmed out those three lines, and an ssl domain would not come up! For some reason, it appears to be necessary, at least until we get to the bottome of this mess.
Thanks for working with me on this!
These are the files where Listen 443 is not remmed out:
/root/letsencrypt/certbot-apache/certbot_apache/parser.py: :param args: Value of the directive. ie. Listen 443, 443 is arg
/root/letsencrypt/certbot-apache/certbot_apache/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/ports.conf: Listen 443
/root/letsencrypt/certbot-apache/certbot_apache/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/ports.conf: Listen 443
/root/letsencrypt/certbot-apache/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/ports.conf: Listen 443
/root/letsencrypt/certbot-apache/certbot_apache/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/ports.conf: Listen 443
/root/letsencrypt/certbot-apache/certbot_apache/tests/testdata/debian_apache_2_4/default_vhost/apache2/ports.conf: Listen 443
/root/letsencrypt/certbot-apache/certbot_apache/tests/testdata/debian_apache_2_4/default_vhost/apache2/ports.conf: Listen 443
/root/letsencrypt/certbot-apache/certbot_apache/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/ports.conf: Listen 443
/root/letsencrypt/certbot-apache/certbot_apache/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/ports.conf: Listen 443
/root/letsencrypt/certbot-apache/certbot_apache/tests/apache-conf-files/passing/finalize-1243.conf:Listen 443
/var/lib/letsencrypt/backups/1508844552.37/CHANGES_SINCE:Added Listen 443 directive to /etc/apache2/apache2.conf
Non of those should be loading, so I don't think that is the problem. If you rem out the one in the httpd.conf and un-rem the one in the httpd-vhosts.conf it should still work (that's how it is designed.)