Page 1 of 1

domain failed 7 times for LetsEncrypt renewing, skipping

Posted: Sat Jan 09, 2021 10:24 pm
by T4B
I don't know what is this?
Image

Re: v-update-letsencrypt-ssl

Posted: Sun Jan 10, 2021 12:16 am
by myVesta
Domain is expired or moved to another server, myVesta can't renew ssl for that domain, and after 7 failed attempts in 7 days, myVesta start to skip attempts to renew that domain.

Re: v-update-letsencrypt-ssl

Posted: Sun Jan 10, 2021 1:08 pm
by T4B
dpeca wrote: Sun Jan 10, 2021 12:16 am Domain is expired or moved to another server, myVesta can't renew ssl for that domain, and after 7 failed attempts in 7 days, myVesta start to skip attempts to renew that domain.
using Cloudflare

Image

any problem in Cloudflare?

Re: v-update-letsencrypt-ssl

Posted: Sun Jan 10, 2021 3:27 pm
by myVesta
T4B wrote: Sun Jan 10, 2021 1:08 pm any problem in Cloudflare?
should not be a problem.

anyway, you don't need letsencrypt if you are using cloudflare.
unsigned ssl or expired ssl are also fine.

but anyway, you can try to regenerate letsencrypt.
- turn off letsencrypt on that domain
- save
- turn on again letsencrypt on that domain
- save

it will regenerate letsencrypt if DNS is pointing to your server (even via cloudflare proxy)

Re: domain failed 7 times for LetsEncrypt renewing, skipping

Posted: Sat Oct 02, 2021 9:39 am
by mvlover
Hello,

I was testing the cpanel account import script which is working great 8-) following your tutorial here (viewtopic.php?f=24&t=63).
To add a Letsencrypt certificate, I logged into the new account, went to web section, turn on letsencrypt on that domain... The page was reloaded after few seconds with no particular information. Is there a command to check if the addition of Lestsecrypt certificate was successful?


EDIT:
Now I have on the web section page: ISSUER: C = US, O = Let's Encrypt, CN = R3
But when I connect to the website, it's still the CPANEL Certificate.
When I check on checkdns, the ip of the website is the new one.


Thank you in advance,
mvLover

Re: domain failed 7 times for LetsEncrypt renewing, skipping

Posted: Sat Oct 02, 2021 11:48 am
by myVesta
Maybe DNS is still propagating, and your computer still see old IP.
Check SSL here - https://www.sslshopper.com/ssl-checker.html

Re: domain failed 7 times for LetsEncrypt renewing, skipping

Posted: Sat Oct 02, 2021 2:18 pm
by mvlover
dpeca wrote: Sat Oct 02, 2021 11:48 am Maybe DNS is still propagating, and your computer still see old IP.
Check SSL here - https://www.sslshopper.com/ssl-checker.html
Thank you for the link. It was a problem relating to dns propagation. Sslshopper gives the new certificate but I had to flush dns (ipconfig /flushdns) and put an entry in my host file (windows) to be able to see the new certificate.

Thank you.