Going back to the issue of you having two active SSL files using the same domain name, I deleted one of the port 443 nameserver vhost by running sudo rm /etc/apache2/sites-enabled/000-default-le-ssl.conf
When I go to ‘apachectl -S’, this is what I get:
VirtualHost configuration:
*:443 mukinoy.com (/etc/apache2/sites-enabled/default-ssl.conf:2)
ServerRoot: “/etc/apache2”
Main DocumentRoot: “/var/www/html”
Main ErrorLog: “/var/log/apache2/error.log”
Mutex default: dir="/var/lock/apache2" mechanism=fcntl
Mutex mpm-accept: using_defaults
Mutex watchdog-callback: using_defaults
Mutex rewrite-map: using_defaults
Mutex ssl-stapling-refresh: using_defaults
Mutex ssl-stapling: using_defaults
Mutex ssl-cache: using_defaults
PidFile: “/var/run/apache2/apache2.pid”
Define: DUMP_VHOSTS
Define: DUMP_RUN_CFG
User: name=“www-data” id=33
Group: name=“www-data” id=33
Has this fixed the issue of duplicated definitions?
Now about the secure/insecure.
Please show the vhost config for port 80.
[I think it was named …default…]
Look in /etc/apache2/sites-enabled/
[not the SSL file]