Failed to renew certificate victoroos.nl with error: Some challenges have failed

I don't actually know. Somehow apache or certbot got convinced that you wanted www. before your domain name and nobody bothered to tell wordpress.

3 Likes

You should now delete the two certificates you are not using so certbot will not try to renew them. Full docs here but the command is:

sudo certbot delete --cert-name example.com
# or to choose from a list:
sudo certbot delete

You are now using cert name victoroos.nl so do NOT delete it.

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.