Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section General Discussion
  • Search

VestaCP Release 1.0.0-1 LETSENCRYPT not work

General questions about VestaCP
Post Reply
  • Print view
Advanced search
18 posts
  • Previous
  • 1
  • 2
Zarat
Posts: 4
Joined: Sat Oct 30, 2021 9:38 pm

Os: CentOS 6x
Web: nginx + php-fpm
Re: VestaCP Release 1.0.0-1 LETSENCRYPT not work
  • Quote

Post by Zarat » Sun Oct 31, 2021 11:04 pm

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
Top

dvgroup.co.in
Posts: 4
Joined: Mon Jan 25, 2021 8:20 am

Os: CentOS 6x
Web: apache + nginx
Re: VestaCP Release 1.0.0-1 LETSENCRYPT not work
  • Quote

Post by dvgroup.co.in » Tue Nov 02, 2021 8:53 am

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.
Top

FabioG
Posts: 1
Joined: Wed Nov 03, 2021 7:55 am

Os: CentOS 6x
Web: apache + nginx
Re: VestaCP Release 1.0.0-1 LETSENCRYPT not work
  • Quote

Post by FabioG » Wed Nov 03, 2021 11:31 am

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

Code: Select all

sysctl -p
To check if everything runs correctly run the shell command

v-add-letsencrypt-domain [user] [domain_name]
Top

ahouse
Posts: 171
Joined: Fri Sep 01, 2017 1:05 pm

Os: Ubuntu 15x
Web: apache + nginx
Re: VestaCP Release 1.0.0-1 LETSENCRYPT not work
  • Quote

Post by ahouse » Thu Dec 09, 2021 2:49 pm

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?
Top

seravee
Posts: 3
Joined: Wed Jul 26, 2017 2:31 am

Re: VestaCP Release 1.0.0-1 LETSENCRYPT not work
  • Quote

Post by seravee » Tue Dec 14, 2021 4:05 pm

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.
Top

romariosantana1
Posts: 2
Joined: Tue Sep 10, 2019 12:26 pm

Os: Debian 6x
Web: apache + nginx
Re: VestaCP Release 1.0.0-1 LETSENCRYPT not work
  • Quote

Post by romariosantana1 » Wed Dec 15, 2021 2:57 pm

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
Top

msacirovic
Posts: 4
Joined: Thu Dec 16, 2021 3:54 pm

Os: CentOS 5x
Web: apache + nginx
Re: VestaCP Release 1.0.0-1 LETSENCRYPT not work
  • Quote

Post by msacirovic » Thu Dec 16, 2021 10:03 pm

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,
Top

DanPerezR
Posts: 1
Joined: Fri Dec 24, 2021 6:02 am

Os: Ubuntu 17x
Web: apache + nginx
Re: VestaCP Release 1.0.0-1 LETSENCRYPT not work
  • Quote

Post by DanPerezR » Fri Dec 24, 2021 6:05 am

I had the same issue and fixed updating VestaCP to 1.0.0-5

apt-get update
apt-get upgrade

worked for me
Top


Post Reply
  • Print view

18 posts
  • Previous
  • 1
  • 2

Return to “General Discussion”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password