Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2026-08-05 16:09:28,695:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3598644711/753439360901 HTTP/1.1" 200 1071
- 2026-08-05 16:09:28,696:DEBUG:acme.client:Received response:
- HTTP 200
- Server: nginx
- Date: Wed, 05 Aug 2026 13:09:28 GMT
- Content-Type: application/json
- Content-Length: 1071
- Connection: keep-alive
- Boulder-Requester: 3598644711
- Cache-Control: public, max-age=0, no-cache
- Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
- Replay-Nonce: B-0UAE0WGkqEj5w_TDMnjEf3fgQJZjmZY1de1OJg6J1W4mi4LeE
- X-Frame-Options: DENY
- Strict-Transport-Security: max-age=604800
- {
- "identifier": {
- "type": "dns",
- "value": "adminpanel.site.net"
- },
- "status": "invalid",
- "expires": "2026-08-12T13:09:26Z",
- "challenges": [
- {
- "type": "http-01",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall/3598644711/753439360901/vNXJXw",
- "status": "invalid",
- "validated": "2026-08-05T13:09:27Z",
- "error": {
- "type": "urn:ietf:params:acme:error:unauthorized",
- "detail": "[IP ADDRESS]: Invalid response from http://adminpanel.site.net/.well-known/acme-challenge/68FkFdiHMGkIImLm_BbEsF-7g2iWKfJ20BVb-l1-5MY: 404",
- "status": 403
- },
- "token": "68FkFdiHMGkIImLm_BbEsF-7g2iWKfJ20BVb-l1-5MY",
- "validationRecord": [
- {
- "url": "http://adminpanel.site.net/.well-known/acme-challenge/68FkFdiHMGkIImLm_BbEsF-7g2iWKfJ20BVb-l1-5MY",
- "hostname": "adminpanel.site.net",
- "port": "80",
- "addressesResolved": [
- "[IP ADDRESS]"
- ],
- "addressUsed": "[IP ADDRESS]"
- }
- ]
- }
- ]
- }
- 2026-08-05 16:09:28,696:DEBUG:acme.client:Storing nonce: B-0UAE0WGkqEj5w_TDMnjEf3fgQJZjmZY1de1OJg6J1W4mi4LeE
- 2026-08-05 16:09:28,696:INFO:certbot._internal.auth_handler:Challenge failed for domain adminpanel.site.net
- 2026-08-05 16:09:28,696:INFO:certbot._internal.auth_handler:http-01 challenge for adminpanel.site.net
- 2026-08-05 16:09:28,696:DEBUG:certbot._internal.display.obj:Notifying user:
- Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
- Domain: adminpanel.site.net
- Type: unauthorized
- Detail: [IP ADDRESS]: Invalid response from http://adminpanel.site.net/.well-known/acme-challenge/68FkFdiHMGkIImLm_BbEsF-7g2iWKfJ20BVb-l1-5MY: 404
- Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet.
- 2026-08-05 16:09:28,697: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.
- 2026-08-05 16:09:28,697:DEBUG:certbot._internal.error_handler:Calling registered functions
- 2026-08-05 16:09:28,697:INFO:certbot._internal.auth_handler:Cleaning up challenges
- 2026-08-05 16:09:28,697:DEBUG:certbot._internal.plugins.webroot:Removing /var/www/html/.well-known/acme-challenge/68FkFdiHMGkIImLm_BbEsF-7g2iWKfJ20BVb-l1-5MY
- 2026-08-05 16:09:28,697:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up
- 2026-08-05 16:09:28,697: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.9.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 1600, in certonly
- lineage = _get_and_save_cert(le_client, config, domains, certname, lineage)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 143, in _get_and_save_cert
- lineage = le_client.obtain_and_enroll_certificate(domains, certname)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/lib/python3/dist-packages/certbot/_internal/client.py", line 517, in obtain_and_enroll_certificate
- cert, chain, key, _ = self.obtain_certificate(domains)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 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.
- 2026-08-05 16:09:28,698:ERROR:certbot._internal.log:Some challenges have failed.
- 2026-08-05 16:09:29,728:DEBUG:certbot._internal.main:certbot version: 2.9.0
- 2026-08-05 16:09:29,728:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/bin/certbot
- 2026-08-05 16:09:29,728:DEBUG:certbot._internal.main:Arguments: ['-q', '--no-random-sleep-on-renew']
- 2026-08-05 16:09:29,728:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#dns-cloudflare,PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
- 2026-08-05 16:09:29,734:DEBUG:certbot._internal.log:Root logging level set at 40
- 2026-08-05 16:09:29,734:DEBUG:certbot._internal.display.obj:Notifying user: Processing /etc/letsencrypt/renewal/site.net.conf
- 2026-08-05 16:09:29,735:DEBUG:certbot._internal.plugins.selection:Requested authenticator None and installer None
- 2026-08-05 16:09:29,750:INFO:certbot.ocsp:Cannot extract OCSP URI from /etc/letsencrypt/archive/site.net/cert1.pem
- 2026-08-05 16:09:29,754:DEBUG:certbot._internal.display.obj:Notifying user: Certificate not yet due for renewal
- 2026-08-05 16:09:29,754:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
- 2026-08-05 16:09:29,754:DEBUG:certbot._internal.display.obj:Notifying user:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- 2026-08-05 16:09:29,754:DEBUG:certbot._internal.display.obj:Notifying user: The following certificates are not due for renewal yet:
- 2026-08-05 16:09:29,755:DEBUG:certbot._internal.display.obj:Notifying user: /etc/letsencrypt/live/site.net/fullchain.pem expires on 2026-11-02 (skipped)
- 2026-08-05 16:09:29,755:DEBUG:certbot._internal.display.obj:Notifying user: No renewals were attempted.
- 2026-08-05 16:09:29,755:DEBUG:certbot._internal.display.obj:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- 2026-08-05 16:09:29,755:DEBUG:certbot._internal.renewal:no renewal failures
Advertisement
Add Comment
Please, Sign In to add comment