We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it by the end of 2024. Read more about it: https://vestacp.com/docs/vesta-2-development
Error: Let's Encrypt validation status 400 on hostname or VestaCP hostname
Error: Let's Encrypt validation status 400 on hostname or VestaCP hostname
Hi.
I've installed a server with Ubuntu 18, nginx
When try update hostname domain with letsencrypt support get
Error: Let's Encrypt validation status 400
my.hostname.com resolve well to server.
Not cloudflare
If use certboot work fine but other issues with mail.
Any ideas?
I've installed a server with Ubuntu 18, nginx
When try update hostname domain with letsencrypt support get
Error: Let's Encrypt validation status 400
my.hostname.com resolve well to server.
Not cloudflare
If use certboot work fine but other issues with mail.
Any ideas?
Code: Select all
==> /var/log/nginx/domains/my.hostname.com.log <==
66.133.109.36 - - [18/Feb/2020:10:21:51 +0100] "GET /.well-known/acme-challenge/CwXH0i0uoQK-z4qHzzxxLL1vc83h1ivU6XK347IphXg HTTP/1.1" 404 732 "-" "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)"
==> /var/log/nginx/domains/my.hostname.com.error.log <==
2020/02/18 10:21:51 [error] 4228#4228: *7322 open() "/home/admin/web/my.hostname.com/public_html/.well-known/acme-challenge/CwXH0i0uoQK-z4qHzzxxLL1vc83h1ivU6XK347IphXg" failed (2: No such file or directory), client: 34.222.229.130, server: my.hostname.com, request: "GET /.well-known/acme-challenge/CwXH0i0uoQK-z4qHzzxxLL1vc83h1ivU6XK347IphXg HTTP/1.1", host: "my.hostname.com"
==> /var/log/nginx/domains/my.hostname.com.log <==
34.222.229.130 - - [18/Feb/2020:10:21:51 +0100] "GET /.well-known/acme-challenge/CwXH0i0uoQK-z4qHzzxxLL1vc83h1ivU6XK347IphXg HTTP/1.1" 404 732 "-" "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)"
-
- Posts: 142
- Joined: Sun Aug 10, 2014 1:32 pm
Re: Error: Let's Encrypt validation status 400 on hostname or VestaCP hostname
same error. vestacp dying?
Re: Error: Let's Encrypt validation status 400 on hostname or VestaCP hostname
Same error here, on clean server with Ubuntu 18:04.4 and Vesta CP (Apache + nginx)
Re: Error: Let's Encrypt validation status 400 on hostname or VestaCP hostname
It can be caused by firewall too: ensure, that ports UDP:53, TCP:80 and TCP:443 are ready to accept incoming connections.
Re: Error: Let's Encrypt validation status 400 on hostname or VestaCP hostname
I just installed a fresh Vesta instance and encountered the same error as before. It seems that "www" needs to be added. Please double-check if both "www" and "non-www" are pointing to your IPv4 address.castris wrote: ↑Tue Feb 18, 2020 9:25 amHi.
I've installed a server with Ubuntu 18, nginx
When try update hostname domain with letsencrypt support get
Error: Let's Encrypt validation status 400
my.hostname.com resolve well to server.
Not cloudflare
If use certboot work fine but other issues with mail.
Any ideas?
Code: Select all
==> /var/log/nginx/domains/my.hostname.com.log <== 66.133.109.36 - - [18/Feb/2020:10:21:51 +0100] "GET /.well-known/acme-challenge/CwXH0i0uoQK-z4qHzzxxLL1vc83h1ivU6XK347IphXg HTTP/1.1" 404 732 "-" "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" ==> /var/log/nginx/domains/my.hostname.com.error.log <== 2020/02/18 10:21:51 [error] 4228#4228: *7322 open() "/home/admin/web/my.hostname.com/public_html/.well-known/acme-challenge/CwXH0i0uoQK-z4qHzzxxLL1vc83h1ivU6XK347IphXg" failed (2: No such file or directory), client: 34.222.229.130, server: my.hostname.com, request: "GET /.well-known/acme-challenge/CwXH0i0uoQK-z4qHzzxxLL1vc83h1ivU6XK347IphXg HTTP/1.1", host: "my.hostname.com" ==> /var/log/nginx/domains/my.hostname.com.log <== 34.222.229.130 - - [18/Feb/2020:10:21:51 +0100] "GET /.well-known/acme-challenge/CwXH0i0uoQK-z4qHzzxxLL1vc83h1ivU6XK347IphXg HTTP/1.1" 404 732 "-" "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)"