
Halo, kalau kamu merasa tulisan saya membantu kamu, kamu bisa ucapkan terima kasih lewat saweria .
Hello, if you find this article helpful, you can express your gratitude through saweria .
Problem
-
Suddenly Certbot is not working with the error ‘Certbot failed to authenticate some domains …’
-
I haven’t changed anything in the DNS
-
I haven’t upgraded Certbot
-
I installed
certbot
usingapt install python3-certbot
, not usingsnap
-
I haven’t enabled Cloudflare Proxy on this domain
How To Fix That
-
Use
certbot --nginx rollback
or justcertbot rollback
.This is an option for rolling back server configuration changes. I don’t know why I need to do this, since I haven’t changed anything in the nginx config.
-
Run
certbot renew

Certbot Renew Now Successful!
References: