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:w3resource.com
I ran this command:certbot renew --dry-run
It produced this output: Saving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/w3resource.com.conf
Cert is due for renewal, auto-renewingâŚ
Renewing an existing certificate
Performing the following challenges:
tls-sni-01 challenge for w3resource.com
tls-sni-01 challenge for www.w3resource.com
Waiting for verificationâŚ
Cleaning up challenges
Attempting to renew cert (w3resource.com) from /etc/letsencrypt/renewal/w3resource.com.conf produced an unexpected error: Failed authorization procedure. www.w3resource.com (tls-sni-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Incorrect validation certificate for tls-sni-01 challenge. Requested d8cd479ecd522dcd15a8945140ae2add.c56da03b53295f0632e5c9ef5279371f.acme.invalid from [2400:cb00:2048:1::6819:6210]:443. Received 3 certificate(s), first certificate had names â*.3ho.org, *.alluremedia.net.au, *.cappitech.com, *.digitalempire.io, *.hardrock.gl, *.ikyta.org, *.imprensafalsa.com, *.l2i.ru, *.vanityisland.it, .w3resource.com, 3ho.org, alluremedia.net.au, cappitech.com, digitalempire.io, hardrock.gl, ikyta.org, imprensafalsa.com, l2i.ru, ssl378181.cloudflaressl.com, vanityisland.it, w3resource.com", w3resource.com (tls-sni-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Incorrect validation certificate for tls-sni-01 challenge. Requested 6aa6cb1b2638330f3e5050cb337cad90.d9c3c2bed8a2e6617743d43c76896dd6.acme.invalid from [2400:cb00:2048:1::6819:6310]:443. Received 3 certificate(s), first certificate had names ".3ho.org, *.alluremedia.net.au, *.cappitech.com, *.digitalempire.io, *.hardrock.gl, *.ikyta.org, *.imprensafalsa.com, *.l2i.ru, *.vanityisland.it, *.w3resource.com, 3ho.org, alluremedia.net.au, cappitech.com, digitalempire.io, hardrock.gl, ikyta.org, imprensafalsa.com, l2i.ru, ssl378181.cloudflaressl.com, vanityisland.it, w3resource.comâ. Skipping.
** DRY RUN: simulating âcertbot renewâ close to cert expiry
** (The test certificates below have not been saved.)
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/w3resource.com/fullchain.pem (failure)
** DRY RUN: simulating âcertbot renewâ close to cert expiry
** (The test certificates above have not been saved.)
1 renew failure(s), 0 parse failure(s)
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: www.w3resource.com
Type: unauthorized
Detail: Incorrect validation certificate for tls-sni-01 challenge.
Requested
d8cd479ecd522dcd15a8945140ae2add.c56da03b53295f0632e5c9ef5279371f.acme.invalid
from [2400:cb00:2048:1::6819:6210]:443. Received 3 certificate(s),
first certificate had names â*.3ho.org, *.alluremedia.net.au,
*.cappitech.com, *.digitalempire.io, *.hardrock.gl, *.ikyta.org,
*.imprensafalsa.com, *.l2i.ru, *.vanityisland.it, *.w3resource.com,
3ho.org, alluremedia.net.au, cappitech.com, digitalempire.io,
hardrock.gl, ikyta.org, imprensafalsa.com, l2i.ru,
ssl378181.cloudflaressl.com, vanityisland.it, w3resource.comâDomain: w3resource.com
Type: unauthorized
Detail: Incorrect validation certificate for tls-sni-01 challenge.
Requested
6aa6cb1b2638330f3e5050cb337cad90.d9c3c2bed8a2e6617743d43c76896dd6.acme.invalid
from [2400:cb00:2048:1::6819:6310]:443. Received 3 certificate(s),
first certificate had names â*.3ho.org, *.alluremedia.net.au,
*.cappitech.com, *.digitalempire.io, *.hardrock.gl, *.ikyta.org,
*.imprensafalsa.com, *.l2i.ru, *.vanityisland.it, *.w3resource.com,
3ho.org, alluremedia.net.au, cappitech.com, digitalempire.io,
hardrock.gl, ikyta.org, imprensafalsa.com, l2i.ru,
ssl378181.cloudflaressl.com, vanityisland.it, w3resource.comâ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.
My web server is (include version): Apache 2
The operating system my web server runs on is (include version): Ubuntu 16.04 64 bit
My hosting provider, if applicable, is: Digital Ocean
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
My renewal file in /etc/letsencrypt/renewal/w3resource.com.conf looks like following :
renew_before_expiry = 30 days
version = 0.17.0
archive_dir = /etc/letsencrypt/archive/w3resource.com
cert = /etc/letsencrypt/live/w3resource.com/cert.pem
privkey = /etc/letsencrypt/live/w3resource.com/privkey.pem
chain = /etc/letsencrypt/live/w3resource.com/chain.pem
fullchain = /etc/letsencrypt/live/w3resource.com/fullchain.pem
Options used in the renewal process
[renewalparams]
authenticator = apache
installer = apache
account = ff1d8862d4522d39651cb9e3813dedf2
I have also configured a cron task :
00 8 * * * /usr/bin/certbot renew --quiet
My site is running on HTTPS now. I am using Cloudfare also. Any suggestion to fix the renewal issue would be appreciated.