My domain is konomedia.ca
I used to run the swag docker container but would have problems with 522 errors so I decided to test with nginx proxy manager.
I have used it before in other applications but for some reason any time i try to create a cert I get an error and not sure whats going on. Any help would be great.
{
"identifier": {
"type": "dns",
"value": "konomedia.ca"
},
"status": "invalid",
"expires": "2021-08-19T02:06:57Z",
"challenges": [
{
"type": "http-01",
"status": "invalid",
"error": {
"type": "urn:ietf:params:acme:error:unauthorized",
"detail": "Invalid response from https://konomedia.ca/.well-known/acme-challenge/ZaWy5zdXCtg6NTqHl6mHuVg_OyhRf_HqgBCue4mUxmY [2606:4700:3035::ac43:b1e1]: \"\u003c!DOCTYPE html\u003e\\n\u003c!--[if lt IE 7]\u003e \u003chtml class=\\\"no-js ie6 oldie\\\" lang=\\\"en-US\\\"\u003e \u003c![endif]--\u003e\\n\u003c!--[if IE 7]\u003e \u003chtml class=\\\"no-js \"",
"status": 403
},
"url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/21075075080/wLs8_w",
"token": "ZaWy5zdXCtg6NTqHl6mHuVg_OyhRf_HqgBCue4mUxmY",
"validationRecord": [
{
"url": "http://konomedia.ca/.well-known/acme-challenge/ZaWy5zdXCtg6NTqHl6mHuVg_OyhRf_HqgBCue4mUxmY",
"hostname": "konomedia.ca",
"port": "80",
"addressesResolved": [
"104.21.75.147",
"172.67.177.225",
"2606:4700:3031::6815:4b93",
"2606:4700:3035::ac43:b1e1"
],
"addressUsed": "2606:4700:3031::6815:4b93"
},
{
"url": "https://konomedia.ca/.well-known/acme-challenge/ZaWy5zdXCtg6NTqHl6mHuVg_OyhRf_HqgBCue4mUxmY",
"hostname": "konomedia.ca",
"port": "443",
"addressesResolved": [
"172.67.177.225",
"104.21.75.147",
"2606:4700:3035::ac43:b1e1",
"2606:4700:3031::6815:4b93"
],
"addressUsed": "2606:4700:3035::ac43:b1e1"
}
],
"validated": "2021-08-12T02:06:58Z"
}
]
}
2021-08-11 22:07:02,235:DEBUG:acme.client:Storing nonce: 0101NIe2YmzdG149eEwEFD1BUrzb-mM5IVmFG6Pz93j9tDc
2021-08-11 22:07:02,236:INFO:certbot._internal.auth_handler:Challenge failed for domain konomedia.ca
2021-08-11 22:07:02,236:INFO:certbot._internal.auth_handler:http-01 challenge for konomedia.ca
2021-08-11 22:07:02,236:DEBUG:certbot._internal.display.obj:Notifying user:
Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
Domain: konomedia.ca
Type: unauthorized
Detail: Invalid response from https://konomedia.ca/.well-known/acme-challenge/ZaWy5zdXCtg6NTqHl6mHuVg_OyhRf_HqgBCue4mUxmY [2606:4700:3035::ac43:b1e1]: "<!DOCTYPE html>\n<!--[if lt IE 7]> <html class=\"no-js ie6 oldie\" lang=\"en-US\"> <![endif]-->\n<!--[if IE 7]> <html class=\"no-js "
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.
2021-08-11 22:07:02,237:DEBUG:certbot._internal.error_handler:Encountered exception:
Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/certbot/_internal/auth_handler.py", line 90, in handle_authorizations
self._poll_authorizations(authzrs, max_retries, best_effort)
File "/usr/lib/python3.8/site-packages/certbot/_internal/auth_handler.py", line 178, in _poll_authorizations
raise errors.AuthorizationError('Some challenges have failed.')
certbot.errors.AuthorizationError: Some challenges have failed.
2021-08-11 22:07:02,237:DEBUG:certbot._internal.error_handler:Calling registered functions
2021-08-11 22:07:02,237:INFO:certbot._internal.auth_handler:Cleaning up challenges
2021-08-11 22:07:02,237:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/ZaWy5zdXCtg6NTqHl6mHuVg_OyhRf_HqgBCue4mUxmY
2021-08-11 22:07:02,237:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up
2021-08-11 22:07:02,238:DEBUG:certbot._internal.log:Exiting abnormally:
Traceback (most recent call last):
File "/usr/bin/certbot", line 8, in <module>
sys.exit(main())
File "/usr/lib/python3.8/site-packages/certbot/main.py", line 15, in main
return internal_main.main(cli_args)
File "/usr/lib/python3.8/site-packages/certbot/_internal/main.py", line 1566, in main
return config.func(config, plugins)
File "/usr/lib/python3.8/site-packages/certbot/_internal/main.py", line 1426, in certonly
lineage = _get_and_save_cert(le_client, config, domains, certname, lineage)
File "/usr/lib/python3.8/site-packages/certbot/_internal/main.py", line 128, in _get_and_save_cert
lineage = le_client.obtain_and_enroll_certificate(domains, certname)
File "/usr/lib/python3.8/site-packages/certbot/_internal/client.py", line 456, in obtain_and_enroll_certificate
cert, chain, key, _ = self.obtain_certificate(domains)
File "/usr/lib/python3.8/site-packages/certbot/_internal/client.py", line 386, in obtain_certificate
orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
File "/usr/lib/python3.8/site-packages/certbot/_internal/client.py", line 436, in _get_order_and_authorizations
authzr = self.auth_handler.handle_authorizations(orderr, self.config, best_effort)
File "/usr/lib/python3.8/site-packages/certbot/_internal/auth_handler.py", line 90, in handle_authorizations
self._poll_authorizations(authzrs, max_retries, best_effort)
File "/usr/lib/python3.8/site-packages/certbot/_internal/auth_handler.py", line 178, in _poll_authorizations
raise errors.AuthorizationError('Some challenges have failed.')
certbot.errors.AuthorizationError: Some challenges have failed.
2021-08-11 22:07:02,239:ERROR:certbot._internal.log:Some challenges have failed.