Https is not working any more http is

I got it to work on the other server with that I did a fresh letsencrypt install on.

Had to install this:

apt install python3-certbot-apache

Then run the:

certbot run -a webroot -i apache -w /var/www/html -d xxxxx

again and then I seen it added port 443 to Apache.

Now can get on with https.

Guess have to wait a week or so if I want my main server have have it again.

-Raymond Day

Confirm that Apache doesn't have overlapping names, with:
apachectl -t -D DUMP_VHOSTS`

Each name:port combination [to include all aliases] must be unique OR outcomes will hardly ever be what we expect.

1 Like

It works on my other server super good now.

I did the commands on it and it comes back with this:

VirtualHost configuration:
*:443 xxxxxx (/etc/apache2/sites-enabled/000-default-le-ssl.conf:2)
*:80 xxxxxx (/etc/apache2/sites-enabled/000-default.conf:1)

On my other server the same command looks like this were I just could not get lets encrypt to work on it again.

VirtualHost configuration:
*:80 xxxxxx (/etc/apache2/sites-enabled/000-default.conf:1)
*:443 xxxxxx (/etc/apache2/sites-enabled/webmin.1601516549-le-ssl.conf:2)

Maybe because on this server it don't work because 443 has webmin on it. Both do but some how I guess I run something with Webmin my of messed it up.

-Raymond Day

That is awkward.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.