Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain are: performance.izzop.com, consult.izzop.com, galerie.izzop.com ....
I ran this command:
certbot --standalone rewen
It produced this output: Output too long .... (170 Ko) I extract the end :
2025-01-13 15:42:45,244:DEBUG:acme.client:Storing nonce: 5VsalEMJ3arn6L9D-sFP1SWDWQJyzWRJkuGIY-FqznoY9qUDFz0
2025-01-13 15:42:45,245:INFO:certbot._internal.auth_handler:Challenge failed for domain performance6.jppozzi.dyndns.org
2025-01-13 15:42:45,245:INFO:certbot._internal.auth_handler:http-01 challenge for performance6.jppozzi.dyndns.org
2025-01-13 15:42:45,245:DEBUG:certbot._internal.display.obj:Notifying user:
Certbot failed to authenticate some domains (authenticator: standalone). The Certificate Authority reported these problems:
Domain: performance6.jppozzi.dyndns.org
Type: unauthorized
Detail: 176.187.84.182: Invalid response from https://performance6.jppozzi.dyndns.org/.well-known/acme-challenge/6iKOg35diTyM8rvagvtu3dzO_i1gu75DvMF75dMoC50: 404
Hint: The Certificate Authority failed to download the challenge files from the temporary standalone webserver started by Certbot on port 80. Ensure that the listed domains point to this machine and that it can accept inbound connections from the internet.
2025-01-13 15:42:45,245:DEBUG:certbot._internal.error_handler:Encountered exception:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/certbot/_internal/auth_handler.py", line 108, in handle_authorizations
self._poll_authorizations(authzrs, max_retries, max_time_mins, best_effort)
File "/usr/lib/python3/dist-packages/certbot/_internal/auth_handler.py", line 212, in _poll_authorizations
raise errors.AuthorizationError('Some challenges have failed.')
certbot.errors.AuthorizationError: Some challenges have failed.
2025-01-13 15:42:45,245:DEBUG:certbot._internal.error_handler:Calling registered functions
2025-01-13 15:42:45,245:INFO:certbot._internal.auth_handler:Cleaning up challenges
2025-01-13 15:42:45,245:DEBUG:certbot._internal.plugins.standalone:Stopping server at :::80...
2025-01-13 15:42:45,462:ERROR:certbot._internal.renewal:Failed to renew certificate performance6.jppozzi.dyndns.org with error: Some challenges have failed.
2025-01-13 15:42:45,462:DEBUG:certbot._internal.renewal:Traceback was:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/certbot/_internal/renewal.py", line 540, in handle_renewal_request
main.renew_cert(lineage_config, plugins, renewal_candidate)
File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1550, in renew_cert
renewed_lineage = _get_and_save_cert(le_client, config, lineage=lineage)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 131, in _get_and_save_cert
renewal.renew_cert(config, domains, le_client, lineage)
File "/usr/lib/python3/dist-packages/certbot/_internal/renewal.py", line 399, in renew_cert
new_cert, new_chain, new_key, _ = le_client.obtain_certificate(domains, new_key)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/certbot/_internal/client.py", line 428, in obtain_certificate
orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/certbot/_internal/client.py", line 496, in _get_order_and_authorizations
authzr = self.auth_handler.handle_authorizations(orderr, self.config, best_effort)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/certbot/_internal/auth_handler.py", line 108, in handle_authorizations
self._poll_authorizations(authzrs, max_retries, max_time_mins, best_effort)
File "/usr/lib/python3/dist-packages/certbot/_internal/auth_handler.py", line 212, in _poll_authorizations
raise errors.AuthorizationError('Some challenges have failed.')
certbot.errors.AuthorizationError: Some challenges have failed.
2025-01-13 15:42:45,463:DEBUG:certbot._internal.display.obj:Notifying user:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2025-01-13 15:42:45,463:ERROR:certbot._internal.renewal:All renewals failed. The following certificates could not be renewed:
2025-01-13 15:42:45,463:ERROR:certbot._internal.renewal: /etc/letsencrypt/live/consult.izzop.com/fullchain.pem (failure)
/etc/letsencrypt/live/consult.jppozzi.dyndns.org/fullchain.pem (failure)
/etc/letsencrypt/live/galerie.izzop.com/fullchain.pem (failure)
/etc/letsencrypt/live/galerie.jppozzi.dyndns.org/fullchain.pem (failure)
/etc/letsencrypt/live/jppozzi.dyndns.org/fullchain.pem (failure)
/etc/letsencrypt/live/performance.izzop.com/fullchain.pem (failure)
/etc/letsencrypt/live/performance.jppozzi.dyndns.org/fullchain.pem (failure)
/etc/letsencrypt/live/performance6.izzop.com/fullchain.pem (failure)
/etc/letsencrypt/live/performance6.jppozzi.dyndns.org/fullchain.pem (failure)
2025-01-13 15:42:45,463:DEBUG:certbot._internal.display.obj:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2025-01-13 15:42:45,463:DEBUG:certbot._internal.log:Exiting abnormally:
Traceback (most recent call last):
File "/usr/bin/certbot", line 33, in <module>
sys.exit(load_entry_point('certbot==2.11.0', 'console_scripts', 'certbot')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/certbot/main.py", line 19, in main
return internal_main.main(cli_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1894, in main
return config.func(config, plugins)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 1642, in renew
renewed_domains, failed_domains = renewal.handle_renewal_request(config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/certbot/_internal/renewal.py", line 568, in handle_renewal_request
raise errors.Error(
certbot.errors.Error: 9 renew failure(s), 0 parse failure(s)
2025-01-13 15:42:45,463:ERROR:certbot._internal.log:9 renew failure(s), 0 parse failure(s)
-----------------------------------------------------------------------------------------------------
My web server is (include version): --standalone
The operating system my web server runs on is (include version): Debian Trixie
My hosting provider, if applicable, is: self hosted in a VM
I can login to a root shell on my machine (yes or no, or I don't know): yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): none
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): 2.11.0
Regards
JP P