Enable HTTPS/TLS with 8080 port on URL

You should modify the setup of your webserver. The certbot Apache plugin uses the default HTTP VirtualHost as template for a default HTTPS VirtualHost on port 443. So it does not automatically add a HTTPS VirtualHost for port 8080.

I don't know how you've enabled HTTPS on your port 8080? Manually? How does the VirtualHost configuration look like?

1 Like