Page 2 of 2
Re: VestaCP Release 1.0.0-1 LETSENCRYPT not work
Posted: Sun Oct 31, 2021 11:04 pm
by Zarat
Temporary solution:
Code: Select all
v-add-letsencrypt-domain user domain.tld www.domain.tld
Make sure that the alias exists (
www.domain.tld), when you try to generate the ssl from the interface it deletes the alias
Re: VestaCP Release 1.0.0-1 LETSENCRYPT not work
Posted: Tue Nov 02, 2021 8:53 am
by dvgroup.co.in
kozhux wrote: Sat Oct 30, 2021 4:39 pm
dvgroup.co.in wrote: Sat Oct 30, 2021 2:39 pm
I moved back to old version. Lot of bugs I found on the new version.
1. LetsEncrypt not working in new interface.
2. Proxy template not picking because new interface is not linked to template folder anymore. Team need to work on template path.
3. In file manager, File upload and download not working.
4. Bandwith usage, space usage showing in MB instead of GB.
A Lot more, team please fix all these bugs.
Could you please tell how you managed to downgrade on live servers? We use WHMCS + Vesta CP and we couldn'd. Is it possible to downgrade Vesta CP on live servers without loosing data?
I have replaced the old web directory from the version 0.9.8-26 and it works.
Re: VestaCP Release 1.0.0-1 LETSENCRYPT not work
Posted: Wed Nov 03, 2021 11:31 am
by FabioG
In my case I solved the problem of the "Let's Encrypt new auth status 400" error present both in the previous version and in the new 1.x version of Vestacp, verifying the response speed of curl towards the api page.
time curl -X get
https://acme-v02.api.letsencrypt.org
I changed the dns with those of google and cloudflare.
In /etc/resolv.conf
Code: Select all
options single-request-reopen
nameserver 8.8.8.8
nameserver 8.8.4.4
nameserver 1.1.1.1
and restarted the network
If NetworkManager overwrites the file again, the conf must be changed as follows:
Code: Select all
[main]
dns = none
# plugins = ifcfg-rh, ibft
In /etc/NetworkManager/NetworkManager.conf
If the slowness is still present, a conflict between ipv4 and ipv6 is likely.
In this case add
In /etc/sysctl.conf
Code: Select all
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
then
To check if everything runs correctly run the shell command
v-add-letsencrypt-domain [user] [domain_name]
Re: VestaCP Release 1.0.0-1 LETSENCRYPT not work
Posted: Thu Dec 09, 2021 2:49 pm
by ahouse
kozhux wrote: Sat Oct 30, 2021 4:39 pm
dvgroup.co.in wrote: Sat Oct 30, 2021 2:39 pm
I moved back to old version. Lot of bugs I found on the new version.
1. LetsEncrypt not working in new interface.
2. Proxy template not picking because new interface is not linked to template folder anymore. Team need to work on template path.
3. In file manager, File upload and download not working.
4. Bandwith usage, space usage showing in MB instead of GB.
A Lot more, team please fix all these bugs.
Could you please tell how you managed to downgrade on live servers? We use WHMCS + Vesta CP and we couldn'd. Is it possible to downgrade Vesta CP on live servers without loosing data?
What is your WHMCS version?
Re: VestaCP Release 1.0.0-1 LETSENCRYPT not work
Posted: Tue Dec 14, 2021 4:05 pm
by seravee
For those who still having an issue about VestaCP release 1.0.0-1 and lets encrypt did not work, may try this.
1. Login to your ssh (as root)
2. Run nginx check config from your ssh (nginx -t)
3. See what's actually error there, may start your investigation from there.
Please check if this workaorund helps.
For me, it is works.
Re: VestaCP Release 1.0.0-1 LETSENCRYPT not work
Posted: Wed Dec 15, 2021 2:57 pm
by romariosantana1
For those who are still having problems after updating to version 1.0.0-5.
I performed the following steps.
1- Add the necessary Aliases.
Ex: domain.com.br <- Main
Alias
www.domain.com.br
Save the Alias configuration.
refresh the page
2- Enable Proxy if the box is not checked.
Save and refresh the page
3- Enable SSL Support and Lets Encrypt Support
Save and refresh the page.
I performed these steps and it worked correctly.
Note: Works on CLI after enabling Proxy
v-add-letsencrypt-domain admin domain.com.br
Re: VestaCP Release 1.0.0-1 LETSENCRYPT not work
Posted: Thu Dec 16, 2021 10:03 pm
by msacirovic
Hello,
I have these packages on Centos 6.10:
[root@xtremenet web]# v-list-sys-vesta-updates
PKG VER REL ARCH UPDT DATE
--- --- --- ---- ---- ----
vesta 1.0.0 1 x86_64 yes 2021-10-30
vesta-php 0.9.8 26 x86_64 yes 2019-09-30
vesta-nginx 0.9.8 26 x86_64 yes 2019-09-30
How to downgrade vesta 1.0.0 1 x86_64 to vesta 0.9.8 26 x86_64?
Thank you.
Regards,
Re: VestaCP Release 1.0.0-1 LETSENCRYPT not work
Posted: Fri Dec 24, 2021 6:05 am
by DanPerezR
I had the same issue and fixed updating VestaCP to 1.0.0-5
apt-get update
apt-get upgrade
worked for me