Hello.
I used this tutorial in digitalocean to install Letencrypt on my website. everything worked as expected. But now when I try to open my website (https://etuts.ir) it says the connection is not private.
I searched and found lots of topics but none of them were the case.
when I run sudo letsencrypt certificates, it shows me one certificate for etuts.ir and www.etuts.ir
Found the following certs:
Certificate Name: etuts.ir
Domains: etuts.ir www.etuts.ir
My DNS records are like this:
A etuts.ir IP
A www.etuts.ir IP
I’m using apache. In the etuts.ir-le-ssl.conf file I see these lines at the end of the file
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/etuts.ir/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/etuts.ir/privkey.pem
which I think these are added by certbot because I’ve chosen the option to redirect http to https.
I don’t know about the IPs that https://check-your-website.server-daten.de/?q=etuts.ir is showing as none of them is related the IP of my server which is 193.176.243.114
I actually don’t know what these are and where I can fix something about these.
and arvancloud.com is the website were I got my Ubuntu server from.
I have these configurations enabled in apache:
etuts.ir.conf
etuts.ir-le-ssl.conf
the first one is the one that I’ve created using this tutorial, and the second one is created by certbot.
Oh thanks man you said about CDN and I just tried disabling a CDN option in my hoster panel and now everything is working fine!
the CDN option was something related to the DNS A records.