Error while refreshing ssl

Hello!

Can someone help me…

I’m trying to renew my certificate and I can not

when I put the command: / opt / letsencrypt / letsencrypt-auto renew

the following error appears:

"Attempting to renew cert (vps.fusaocriativa.com) from / etc / letsencrypt / renewal / vp s.fusaocriativa.com.conf produced an unexpected error: Failed authorization proce dure www.vps.fusaocriativa.com (http-01) : urn: acme: error: unauthorized :: The cli ent lacks sufficient authorization :: Invalid response from http: //www.vps.fusaoc riativa.com/.well-known/acme-challenge/9VvxEd1OkozFGajw7hNyoKw8qgyNePKpYkvQhJxeRQ c: "

404 Not Found 404 Not Found
", vps.fusaocriativa.com (http-01): urn: acme: error: unauthorized :: Th and client lacks sufficient authorization :: Invalid response from http: //vps.fusao creativa.com/ .well-known / acme-challenge / A4cSl7UETMhLbQCChfqNxXmUFAxR4n2SdW3LXlKTy fY: " 404 Not Found
"Skipping.

Processing /etc/letsencrypt/renewal/henriquejordao.com.br.conf

Cert not yet due for renewal

Processing /etc/letsencrypt/renewal/webmail.fusaocriativa.com.conf

Cert not yet due for renewal
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/vps.fusaocriativa.com/fullchain.pem (failure)

The following certs are not due for renewal yet:
/etc/letsencrypt/live/fusaocriativa.com/fullchain.pem (skipped)
/etc/letsencrypt/live/henriquejordao.com.br/fullchain.pem (skipped)
/etc/letsencrypt/live/webmail.fusaocriativa.com/fullchain.pem (skipped)
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/vps.fusaocriativa.com/fullchain.pem (failure)

1 renew failure (s), 0 parse failure (s)

IMPORTANT NOTES:

404 Not Found

Domain: vps.fusaocriativa.com
Type: unauthorized
Detail: Invalid response from
http://vps.fusaocriativa.com/.well-known/acme-challenge/A4cSl7UETMhLbQCChfqNxX mUFAxR4n2SdW3LXlKTyfY:

404 Not Found

404 Not Found

To fix these errors, please make sure your domain name was
(s) for that domain (s)
contain (s) the right IP address. "

What should I do???

wget http://www.vps.fusaocriativa.com/
–2017-10-04 12:05:28-- http://www.vps.fusaocriativa.com/
Resolving www.vps.fusaocriativa.com (www.vps.fusaocriativa.com)… 23.179.0.130, 2602:ff22:777::2ef7:78ed
Connecting to www.vps.fusaocriativa.com (www.vps.fusaocriativa.com)|23.179.0.130|:80… connected.
HTTP request sent, awaiting response… 301 Moved Permanently
Location: https://vps.fusaocriativa.com/ [following]
–2017-10-04 12:05:29-- https://vps.fusaocriativa.com/
Resolving vps.fusaocriativa.com (vps.fusaocriativa.com)… 23.179.0.130, 2602:ff22:777::2ef7:78ed
Connecting to vps.fusaocriativa.com (vps.fusaocriativa.com)|23.179.0.130|:443… connected.
HTTP request sent, awaiting response… 403 Forbidden
2017-10-04 12:05:29 ERROR 403: Forbidden.

It may be that the auth file can’t be reached (as shown above).
Try placing a TEST.TXT file (with minimal content) in the challenge folder(s) and then ensure it can be reached from the Internet:
http://www.vps.fusaocriativa.com/.well-known/acme-challenge/test.txt
http://vps.fusaocriativa.com/.well-known/acme-challenge/test.txt

Bom dia @henriquejc,

This error is usually caused by a web server configuration change that happened between the time that you issued your certificate and the time that you tried to renew it. The file /etc/letsencrypt/renewal/webmail.fusaocriativa.com.conf stores a directory path (called the web root directory) where you originally told Certbot that files can be placed in order to appear on your site. Certbot is using that same location, but if something about the web server configuration has changed since then, it may no longer succeed in causing the test files to appear on your site at the expected locations.

This could be a result of changing your document root/web root location, or configuring the server to serve files via a web application rather than directly out of the filesystem, or configuring the server not to serve paths that begin with “.”, or something else.

The test suggest by @rg305 is the fastest way to understand what is wrong.

Many thanks for your help !!

But unfortunately I do not know how to do this, I will contact the support of vps and pay them to solve it!
I thought it was something simpler, maybe even it is, but as I am a layman, I can end up generating more problem than solution lol

Anyway, thank you!

Many thanks for your help !!

But unfortunately I do not know how to do this, I will contact the support of vps and pay them to solve it!
I thought it was something simpler, maybe even it is, but as I am a layman, I can end up generating more problem than solution lol

Anyway, thank you!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.