I am using it for the very first time, in turn has very limited knowledge about letsencrypt.
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. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is:privykloud.ddnsfree.com
I ran this command:docker logs -f letsencrypt
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator standalone, Installer None
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for www.privykloud.ddnsfree.com
Waiting for verificationâŚ
Challenge failed for domain www.privykloud.ddnsfree.com
http-01 challenge for www.privykloud.ddnsfree.com
Cleaning up challenges
Some challenges have failed.
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: www.privykloud.ddnsfree.com
Type: connection
Detail: Fetching
http://www.privykloud.ddnsfree.com/.well-known/acme-challenge/7SVw_OXVIBpG2MDhRQf9nq9iyNXX4c9jd_O8M0CL_Zc:
Timeout during connect (likely firewall problem)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. Additionally, please check that
your computer has a publicly routable IP address and that no
firewalls are preventing the server from communicating with the
client. If youâre using the webroot plugin, you should also verify
that you are serving files from the webroot path you provided. -
Your account credentials have been saved in your Certbot
configuration directory at /etc/letsencrypt. You should make a
secure backup of this folder now. This configuration directory will
also contain certificates and private keys obtained by Certbot so
making regular backups of this folder is ideal.
ERROR: Cert does not exist! Please see the validation error above. The issue may be due to incorrect dns or port forwarding settings. Please fix your settings and recreate the container
And when i tried to find the logs it displays as
HTTP 200
Server: nginx
Date: Mon, 30 Dec 2019 05:37:10 GMT
Content-Type: application/json
Content-Length: 1943
Connection: keep-alive
Boulder-Requester: 74795662
Cache-Control: public, max-age=0, no-cache
Link: https://acme-v02.api.letsencrypt.org/directory;rel=âindexâ
Replay-Nonce: 0002WmSsG0-ZKEc-AjElsVhqf5I5yvenxVlHs9D2zMWjMfs
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
âidentifierâ: {
âtypeâ: âdnsâ,
âvalueâ: âwww.privykloud.ddnsfree.comâ
},
âstatusâ: âinvalidâ,
âexpiresâ: â2020-01-06T05:36:46Zâ,
âchallengesâ: [
{
âtypeâ: âhttp-01â,
âstatusâ: âinvalidâ,
âerrorâ: {
âtypeâ: âurn:ietf:params:acme:error:connectionâ,
âdetailâ: âFetching http://www.privykloud.ddnsfree.com/.well-known/acme-challenge/7SVw_OXVIBpG2MDhRQf9nq9iyNXX4c9jd_O8M0CL_Zc: Timeout during connect (likely firewall problem)â,
âstatusâ: 400
},
âurlâ: âhttps://acme-v02.api.letsencrypt.org/acme/chall-v3/2005679771/aay9BAâ,
âtokenâ: â7SVw_OXVIBpG2MDhRQf9nq9iyNXX4c9jd_O8M0CL_Zcâ,
âvalidationRecordâ: [
{
âurlâ: âhttp://www.privykloud.ddnsfree.com/.well-known/acme-challenge/7SVw_OXVIBpG2MDhRQf9nq9iyNXX4c9jd_O8M0CL_Zcâ,
âhostnameâ: âwww.privykloud.ddnsfree.comâ,
âportâ: â80â,
âaddressesResolvedâ: [
â68.228.199.61â,
â2600:8800:d01:bb00:6868:a468:e249:a1bbâ
],
âaddressUsedâ: â2600:8800:d01:bb00:6868:a468:e249:a1bbâ
},
{
âurlâ: âhttp://www.privykloud.ddnsfree.com/.well-known/acme-challenge/7SVw_OXVIBpG2MDhRQf9nq9iyNXX4c9jd_O8M0CL_Zcâ,
âhostnameâ: âwww.privykloud.ddnsfree.comâ,
âportâ: â80â,
âaddressesResolvedâ: [
â68.228.199.61â,
â2600:8800:d01:bb00:6868:a468:e249:a1bbâ
],
âaddressUsedâ: â68.228.199.61â
}
]
},
{
âtypeâ: âdns-01â,
âstatusâ: âinvalidâ,
âurlâ: âhttps://acme-v02.api.letsencrypt.org/acme/chall-v3/2005679771/K2wdAQâ,
âtokenâ: â7SVw_OXVIBpG2MDhRQf9nq9iyNXX4c9jd_O8M0CL_Zcâ
},
{
âtypeâ: âtls-alpn-01â,
âstatusâ: âinvalidâ,
âurlâ: âhttps://acme-v02.api.letsencrypt.org/acme/chall-v3/2005679771/uxegrAâ,
âtokenâ: â7SVw_OXVIBpG2MDhRQf9nq9iyNXX4c9jd_O8M0CL_Zcâ
}
]
}
2019-12-29 22:37:10,266:DEBUG:acme.client:Storing nonce: 0002WmSsG0-ZKEc-AjElsVhqf5I5yvenxVlHs9D2zMWjMfs
2019-12-29 22:37:10,268:WARNING:certbot._internal.auth_handler:Challenge failed for domain www.privykloud.ddnsfree.com
2019-12-29 22:37:10,269:INFO:certbot._internal.auth_handler:http-01 challenge for www.privykloud.ddnsfree.com
2019-12-29 22:37:10,269:DEBUG:certbot._internal.reporter:Reporting to user: The following errors were reported by the server:
Domain: www.privykloud.ddnsfree.com
Type: connection
Detail: Fetching http://www.privykloud.ddnsfree.com/.well-known/acme-challenge/7SVw_OXVIBpG2MDhRQf9nq9iyNXX4c9jd_O8M0CL_Zc: Timeout during connect (likely firewall problem)
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. Additionally, please check that your computer has a publicly routable IP address and that no firewalls are preventing the server from communicating with the client. If youâre using the webroot plugin, you should also verify that you are serving files from the webroot path you provided.
2019-12-29 22:37:10,271: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 91, in handle_authorizations
self._poll_authorizations(authzrs, max_retries, best_effort)
File â/usr/lib/python3.8/site-packages/certbot/_internal/auth_handler.pyâ, line 180, in _poll_authorizations
raise errors.AuthorizationError(âSome challenges have failed.â)
certbot.errors.AuthorizationError: Some challenges have failed.
2019-12-29 22:37:10,271:DEBUG:certbot._internal.error_handler:Calling registered functions
2019-12-29 22:37:10,271:INFO:certbot._internal.auth_handler:Cleaning up challenges
2019-12-29 22:37:10,273:DEBUG:certbot._internal.plugins.standalone:Stopping server at :::80âŚ
2019-12-29 22:37:10,759:DEBUG:certbot._internal.log:Exiting abnormally:
Traceback (most recent call last):
File â/usr/bin/certbotâ, line 8, in
sys.exit(main())
File â/usr/lib/python3.8/site-packages/certbot/main.pyâ, line 14, in main
return internal_main.main(cli_args)
File â/usr/lib/python3.8/site-packages/certbot/_internal/main.pyâ, line 1350, in main
return config.func(config, plugins)
File â/usr/lib/python3.8/site-packages/certbot/_internal/main.pyâ, line 1237, 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 121, 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 416, in obtain_and_enroll_certificate
cert, chain, key, _ = self.obtain_certificate(domains)
File â/usr/lib/python3.8/site-packages/certbot/_internal/client.pyâ, line 347, 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 395, in _get_order_and_authorizations
authzr = self.auth_handler.handle_authorizations(orderr, best_effort)
File â/usr/lib/python3.8/site-packages/certbot/_internal/auth_handler.pyâ, line 91, in handle_authorizations
self._poll_authorizations(authzrs, max_retries, best_effort)
File â/usr/lib/python3.8/site-packages/certbot/_internal/auth_handler.pyâ, line 180, in _poll_authorizations
raise errors.AuthorizationError(âSome challenges have failed.â)
certbot.errors.AuthorizationError: Some challenges have failed.
My web server is (include version): ngnix
The operating system my web server runs on is (include version): It is raspberry pi with Debian buster- Raspbian Buster
My hosting provider, if applicable, is:
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): No
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if youâre using Certbot): it is 1.0.0