How can I prevent a failed renewal from shutting down Apache?

Hi there,

Here are the last lines of the log:

2022-09-02 08:35:37,681:DEBUG:certbot._internal.display.obj:Notifying user: 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2022-09-02 08:35:37,682:ERROR:certbot._internal.renewal:All renewals failed. The following certificates could not be renewed:
2022-09-02 08:35:37,682:ERROR:certbot._internal.renewal:  /etc/letsencrypt/live/austinwines.com-0001/fullchain.pem (failure)
  /etc/letsencrypt/live/austinwines.com/fullchain.pem (failure)
2022-09-02 08:35:37,682:DEBUG:certbot._internal.display.obj:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2022-09-02 08:35:37,682:DEBUG:certbot._internal.log:Exiting abnormally:
Traceback (most recent call last):
  File "/snap/certbot/2192/bin/certbot", line 8, in <module>
    sys.exit(main())
  File "/snap/certbot/2192/lib/python3.8/site-packages/certbot/main.py", line 19, in main
    return internal_main.main(cli_args)
  File "/snap/certbot/2192/lib/python3.8/site-packages/certbot/_internal/main.py", line 1744, in main
    return config.func(config, plugins)
  File "/snap/certbot/2192/lib/python3.8/site-packages/certbot/_internal/main.py", line 1630, in renew
    renewal.handle_renewal_request(config)
  File "/snap/certbot/2192/lib/python3.8/site-packages/certbot/_internal/renewal.py", line 510, in handle_renewal_request
    raise errors.Error(
certbot.errors.Error: 2 renew failure(s), 0 parse failure(s)
2022-09-02 08:35:37,684:ERROR:certbot._internal.log:2 renew failure(s), 0 parse failure(s)

I hope this helps!

I'm interested in the whole log, to see whether there are any hooks or CLI args being passed.

4 Likes

Hi,

Sorry for the delay, I was out of the office. Here is the whole log:

Please let me know if you have any ideas how I can prevent this shutdown in the future!

Thanks!

1 Like

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