[...]
{
"type": "http-01",
"status": "pending",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/306890539026/dlPRLA",
"token": "_RzIMOQR1rrp3OSVoBK1iPb5xiuSBvRz_N7wMfPoKA0"
}
2024-01-22 12:01:52,664:DEBUG:acme.client:Storing nonce: WjH7rlvslZcZaQ-Ksp2_gjHSbF47ZWxlM67SiyNMhSlNLJlQXjI
2024-01-22 12:01:52,665:INFO:certbot._internal.auth_handler:Waiting for verification...
2024-01-22 12:01:53,666:DEBUG:acme.client:JWS payload:
b''
2024-01-22 12:01:53,676:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencry…me/authz-v3/306890539026:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTUyOTU0NzM4NiIsICJub25jZSI6ICJXakg3cmx2c2xaY1phUS1Lc3AyX2dqSFNiRjQ3Wld4bE02N1NpeU5NaFNsTkxKbFFYakkiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LXYzLzMwNjg5MDUzOTAyNiJ9",
"signature": "eW8Ctz0FYteRiOrzOXB3HhrxAbg2PzlmRIqOgiUSUkCose_vaoHLdNJxszbD9MAOxPoCLxcWfkMA8_4s4B2vVYOIxnXQ5o3jM6qYglbmcpq-wKvEN7Fuqpkcq_fJ7vOmrCRWwZoEbW8R3uNNwhWBQ8rIliAfiXIlHa1QdIhCxgXfV_aFRlSG-nIzXz0KprcjiP4y_mZF6T-wLwo5HcBzTFuRCVlPahDR7Ia7RqmTUxQfXUjsKuN4qCZrg00Ce_6M59Bv57_eVKKA-PHlbLsaiDWBya9oGNUj3tGlnNdNTSODI64IN9MR2xfTKmOyfpUBfhBEqlhAfsxv0wcMDVM1Yg",
"payload": ""
}
2024-01-22 12:01:53,835:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/306890539026 HTTP/1.1" 200 1036
2024-01-22 12:01:53,836:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Mon, 22 Jan 2024 11:01:53 GMT
Content-Type: application/json
Content-Length: 1036
Connection: keep-alive
Boulder-Requester: 1529547386
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: C_JVVWRmhY_ysi6shgz-RQf0tYHNOKTnaFj956qkW3oFiKcM1ks
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "<DOMAIN_ANONYMIZED>"
},
"status": "invalid",
"expires": "2024-01-29T11:01:52Z",
"challenges": [
{
"type": "http-01",
"status": "invalid",
"error": {
"type": "urn:ietf:params:acme:error:connection",
"detail": "84.44.146.11: Fetching http://<DOMAIN_ANONYMIZED>/.well-known/acme-challenge/_RzIMOQR1rrp3OSVoBK1iPb5xiuSBvRz_N7wMfPoKA0: Error getting validation data",
"status": 400
},
"url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/306890539026/dlPRLA",
"token": "_RzIMOQR1rrp3OSVoBK1iPb5xiuSBvRz_N7wMfPoKA0",
"validationRecord": [
{
"url": "http://<DOMAIN_ANONYMIZED>/.well-known/acme-challenge/_RzIMOQR1rrp3OSVoBK1iPb5xiuSBvRz_N7wMfPoKA0",
"hostname": "<DOMAIN_ANONYMIZED>",
"port": "80",
"addressesResolved": [
"84.44.146.11"
],
"addressUsed": "84.44.146.11"
}
],
"validated": "2024-01-22T11:01:52Z"
}
]
}
2024-01-22 12:01:53,837:DEBUG:acme.client:Storing nonce: C_JVVWRmhY_ysi6shgz-RQf0tYHNOKTnaFj956qkW3oFiKcM1ks
2024-01-22 12:01:53,838:INFO:certbot._internal.auth_handler:Challenge failed for domain <DOMAIN_ANONYMIZED>
2024-01-22 12:01:53,839:INFO:certbot._internal.auth_handler:http-01 challenge for <DOMAIN_ANONYMIZED>
2024-01-22 12:01:53,839:DEBUG:certbot._internal.display.obj:Notifying user:
Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
Domain: <DOMAIN_ANONYMIZED>
Type: connection
Detail: 84.44.146.11: Fetching http://<DOMAIN_ANONYMIZED>/.well-known/acme-challenge/_RzIMOQR1rrp3OSVoBK1iPb5xiuSBvRz_N7wMfPoKA0: Error getting validation data
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.
2024-01-22 12:01:53,842:DEBUG:certbot._internal.error_handler:Encountered exception:
Traceback (most recent call last):
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 108, in handle_authorizations
self._poll_authorizations(authzrs, max_retries, max_time_mins, best_effort)
File "/opt/certbot/lib/python3.11/site-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.
2024-01-22 12:01:53,842:DEBUG:certbot._internal.error_handler:Calling registered functions
2024-01-22 12:01:53,843:INFO:certbot._internal.auth_handler:Cleaning up challenges
2024-01-22 12:01:53,843:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/_RzIMOQR1rrp3OSVoBK1iPb5xiuSBvRz_N7wMfPoKA0
2024-01-22 12:01:53,844:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up
2024-01-22 12:01:53,845:DEBUG:certbot._internal.log:Exiting abnormally:
Traceback (most recent call last):
File "/opt/certbot/bin/certbot", line 8, in <module>
sys.exit(main())
^^^^^^
File "/opt/certbot/lib/python3.11/site-packages/certbot/main.py", line 19, in main
return internal_main.main(cli_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1869, in main
return config.func(config, plugins)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1600, in certonly
lineage = _get_and_save_cert(le_client, config, domains, certname, lineage)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 143, in _get_and_save_cert
lineage = le_client.obtain_and_enroll_certificate(domains, certname)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 517, in obtain_and_enroll_certificate
cert, chain, key, _ = self.obtain_certificate(domains)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/certbot/lib/python3.11/site-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 "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 496, in _get_order_and_authorizations
authzr = self.auth_handler.handle_authorizations(orderr, self.config, best_effort)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 108, in handle_authorizations
self._poll_authorizations(authzrs, max_retries, max_time_mins, best_effort)
File "/opt/certbot/lib/python3.11/site-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.
2024-01-22 12:01:53,853:ERROR:certbot._internal.log:Some challenges have failed.