certbot 1.11.0
NAME="Amazon Linux"
VERSION="2"
ID="amzn"
ID_LIKE="centos rhel fedora"
VERSION_ID="2"
PRETTY_NAME="Amazon Linux 2"
ANSI_COLOR="0;33"
CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2"
HOME_URL="https://amazonlinux.com/"
SUPPORT_END="2025-06-30"
The result of your command is very long. the end is
Challenges loaded. Press continue to submit to CA. Pass "-v" for more info about
challenges.
Press Enter to Continue
after pressing Enter I got (at the end)
Replay-Nonce: 6EPBbsPCK0yyYBTkG_H8xFyYIW8mp1Py0qy7Z0wVq_K....
{
"identifier": {
"type": "dns",
"value": "english.readover.online"
},
"status": "invalid",
"expires": "2023-11-02T23:09:25Z",
"challenges": [
{
"type": "http-01",
"status": "invalid",
"error": {
"type": "urn:ietf:params:acme:error:unauthorized",
"detail": "MY_IP_ADDRESS: Invalid response from http://english.readover.online/.well-known/acme-challenge/as8dJzFzgcUgSvkeLnpwg_Vn8NX7-0r.... : 404",
"status": 403
},
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/9192533854/G_tZqg",
"token": "as8dJzFzgcUgSvkeLnpwg_Vn8N.............",
"validationRecord": [
{
"url": "http://english.readover.online/.well-known/acme-challenge/as8dJzFzgcUgSvkeLnpwg_Vn8N.........",
"hostname": "english.readover.online",
"port": "80",
"addressesResolved": [
"MY_IP_ADDRESS"
],
"addressUsed": "MY_IP_ADDRESS"
}
],
"validated": "2023-10-26T23:12:53Z"
}
]
}
Storing nonce: 6EPBbsPCK0syYBTkG..................
Challenge failed for domain english.readover.online
http-01 challenge for english.readover.online
Reporting to user: The following errors were reported by the server:
Domain: english.readover.online
Type: unauthorized
Detail: MY_IP_ADDRESS: Invalid response from http://english.readover.online/.well-known/acme-challenge/as8dJzFzgcUgSvkeL...............: 404
To fix these errors, please make sure that your domain name was entered correctly and the DNS A/AAAA record(s) for that domain contain(s) the right IP address.
Encountered exception:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/certbot/_internal/auth_handler.py", line 91, in handle_authorizations
self._poll_authorizations(authzrs, max_retries, best_effort)
File "/usr/lib/python2.7/site-packages/certbot/_internal/auth_handler.py", line 180, in _poll_authorizations
raise errors.AuthorizationError('Some challenges have failed.')
AuthorizationError: Some challenges have failed.
Calling registered functions
Cleaning up challenges
Removing /var/app/current/wwwroot/.well-known/acme-challenge/as8dJzFzgcUgS.........
All challenges cleaned up
Exiting abnormally:
Traceback (most recent call last):
File "/bin/certbot", line 9, in <module>
load_entry_point('certbot==1.11.0', 'console_scripts', 'certbot')()
File "/usr/lib/python2.7/site-packages/certbot/main.py", line 15, in main
return internal_main.main(cli_args)
File "/usr/lib/python2.7/site-packages/certbot/_internal/main.py", line 1421, in main
return config.func(config, plugins)
File "/usr/lib/python2.7/site-packages/certbot/_internal/main.py", line 1294, in certonly
lineage = _get_and_save_cert(le_client, config, domains, certname, lineage)
File "/usr/lib/python2.7/site-packages/certbot/_internal/main.py", line 135, in _get_and_save_cert
lineage = le_client.obtain_and_enroll_certificate(domains, certname)
File "/usr/lib/python2.7/site-packages/certbot/_internal/client.py", line 441, in obtain_and_enroll_certificate
cert, chain, key, _ = self.obtain_certificate(domains)
File "/usr/lib/python2.7/site-packages/certbot/_internal/client.py", line 374, in obtain_certificate
orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
File "/usr/lib/python2.7/site-packages/certbot/_internal/client.py", line 421, in _get_order_and_authorizations
authzr = self.auth_handler.handle_authorizations(orderr, best_effort)
File "/usr/lib/python2.7/site-packages/certbot/_internal/auth_handler.py", line 91, in handle_authorizations
self._poll_authorizations(authzrs, max_retries, best_effort)
File "/usr/lib/python2.7/site-packages/certbot/_internal/auth_handler.py", line 180, in _poll_authorizations
raise errors.AuthorizationError('Some challenges have failed.')
AuthorizationError: Some challenges have failed.
Some challenges have failed.
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: english.readover.online
Type: unauthorized
Detail: MY_IP_ADDRESS: Invalid response from
http://english.readover.online/.well-known/acme-challenge/as8dJzFzgcUgSvk.......:
404
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.