Hi 7 day has pass after and requesting 5 ssl certificate while setup my server and still no new ssl all domains are unavailable witch use letsencrypt ssl pls help
My domain is:
www.ogledalo.mk
My web server is (include version):
IPv4
157.90.228.37
IPv6
2a01:4f8:1c1c:4c10::/64
The operating system my web server runs on is (include version):
ubuntu 20.04
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):
ISP manager
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
No, only 5 days have passed. You got 5 certs on Mar5 so need to wait until Mar12 after 12:53UTC for one more try but best to wait until Mar13. Actually, best would be to use one that you already got on Mar5. See your history below.
Make sure you use the staging system when doing your next tests so this does not happen again
Before issuing any more certificates, use the staging environment and make sure that whatever problem caused your first five certificates not to be usable (are they actually unusable? are they saved somewhere?) has been resolved.
Otherwise, you'll be a week later but not any closer to a solution.
Can you show an example URL that you think should be working? Because I don't see port 80 or port 443 open for any of these so http:// and https:// requests will fail.
Do you use an alternate port or have you closed these ports?
Usually is best to use *:80 and *:443 instead of using the IP address.
But, as I said, Neither of these ports is open. I am not familiar with ISPconfig but do you need to open these ports there? See:
I also see this (note no port 80 or 443). nginx may be listening but then it is getting blocked before that. What happens with this command:
sudo nginx -t
Port status:
PORT STATE SERVICE
21/tcp open ftp
22/tcp open ssh
25/tcp open smtp
53/tcp open domain
110/tcp open pop3
143/tcp open imap
465/tcp open smtps
587/tcp open submission
993/tcp open imaps
995/tcp open pop3s
root@mkdhost:~# ufw status verbose
Status: active
Logging: on (low)
Default: deny (incoming), allow (outgoing), disabled (routed)
New profiles: skip
To Action From
-- ------ ----
80/tcp ALLOW IN Anywhere
443/tcp ALLOW IN Anywhere
80,443/tcp (Nginx Full) ALLOW IN Anywhere
80/tcp (v6) ALLOW IN Anywhere (v6)
443/tcp (v6) ALLOW IN Anywhere (v6)
80,443/tcp (Nginx Full (v6)) ALLOW IN Anywhere (v6)
root@mkdhost:~# sudo nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
@KalimeroMK All you show looks ok but still cannot connect to your sites with either http or https. Ports 80 and port 443 are blocked somewhere. I also see port 25 block right now if that is a clue.