Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: tvt.pl
I ran this command:
sudo certbot --apache --agree-tos --redirect -m admin@tvt.pl -d tvt.pl -d www.tvt.pl
It produced this output:
Deploying certificate
Successfully deployed certificate for tvt.pl to /etc/apache2/sites-available/tvt.pl-le-ssl.conf
Successfully deployed certificate for www.tvt.pl to /etc/apache2/sites-available/tvt.pl-le-ssl.conf
Congratulations! You have successfully enabled HTTPS on https://tvt.pl and https://www.tvt.pl
My web server is (include version): Server version:
Apache/2.4.57 (Debian)
The operating system my web server runs on is (include version):
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm
My hosting provider, if applicable, is: My private server with Comcast ISP
I can login to a root shell on my machine (yes or no, or I don't know): yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):
certbot 2.6.0
I got Certbot certificate to the domain and all works fine when my Debian server with Apache web server is connected directly to cable modem (Comcast provider), but when I connect my Debian server to router and the router to cable modem I am not able to reach tvt.pl domain at all.
All web browers says: Secure Connection Failed.
I need to say I have set up port 80, 22 and 443 forwarding on my router. My Debian server has ufw firewall with open ports 80, 22 and 443. All is working when server is directly connected to modem, but does not work when I add my router.
I have spend 3 days working on that and do not have more ideas what can be wrong. I will appreciate your help and time.