My certificate it’s okay. I get an +A on ssllabs.com
I already opened 8080 port with firewalld
How can I use TLS secure connection with 8080 port also?
My domain is: private server
I ran this command: certbot --apache -d speedtest.mydomain.com.ar
It produced this output:
My web server is (include version):
The operating system my web server runs on is (include version): Centos 7
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I do not know): yes
I’m using a control panel to manage my site (no, or provide the name and version of the control panel): no
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?