My webserver is unable to renew or issue new certificates suddenly. I thought maybe it could be that the rate-limit exceeded, but after a week I'm still unable to issue new certificates.
My other webserver still works, but this is an different IP and hostname.
Is something broken or is it the rate-limit?
Type: unauthorized
Detail: During secondary validation: Invalid response
from
/.well-known/acme-challenge/7J6MqXefRH5RWy5c0ndGQ-AQcandz_jKXBPOWPLAQnw:
403
Letsencrypt log:
2022-10-06 11:55:09,003:DEBUG:certbot.plugins.webroot:All challenges cleaned up
2022-10-06 11:55:09,003:DEBUG:certbot.log:Exiting abnormally:
Traceback (most recent call last):
File "/bin/certbot", line 11, in
load_entry_point('certbot==0.40.0', 'console_scripts', 'certbot')()
File "/usr/lib/python3/dist-packages/certbot/main.py", line 1382, in main
return config.func(config, plugins)
File "/usr/lib/python3/dist-packages/certbot/main.py", line 1265, in certonly
lineage = _get_and_save_cert(le_client, config, domains, certname, lineage)
File "/usr/lib/python3/dist-packages/certbot/main.py", line 121, in _get_and_save_cert
lineage = le_client.obtain_and_enroll_certificate(domains, certname)
File "/usr/lib/python3/dist-packages/certbot/client.py", line 417, in obtain_and_enroll_certificate
cert, chain, key, _ = self.obtain_certificate(domains)
File "/usr/lib/python3/dist-packages/certbot/client.py", line 348, in obtain_certificate
orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
File "/usr/lib/python3/dist-packages/certbot/client.py", line 396, in _get_order_and_authorizations
authzr = self.auth_handler.handle_authorizations(orderr, best_effort)
File "/usr/lib/python3/dist-packages/certbot/auth_handler.py", line 91, in handle_authorizations
self._poll_authorizations(authzrs, max_retries, best_effort)
File "/usr/lib/python3/dist-packages/certbot/auth_handler.py", line 180, in _poll_authorizations
raise errors.AuthorizationError('Some challenges have failed.')
certbot.errors.AuthorizationError: Some challenges have failed.
2022-10-06 11:55:09,340:DEBUG:certbot.main:certbot version: 0.40.0
2022-10-06 11:55:09,341:DEBUG:certbot.main:Arguments: ['--domains', '']
2022-10-06 11:55:09,341:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2022-10-06 11:55:09,347:DEBUG:certbot.log:Root logging level set at 20
2022-10-06 11:55:09,347:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log