Hello, I can’t solve the following problem
What could be the problem?

Hi @danielv86
Let’s Encrypt has updated their server commnication to HTTP2, that’s the reason the api stopped working. We will ship a hotfix release for this issue today, it has already been fixed on master branch.
If you want to fix the issue without waiting for the hotfix, please run the following commands:
wget https://raw.githubusercontent.com/hestiacp/hestiacp/master/bin/v-add-letsencrypt-domain -O $HESTIA/bin/v-add-letsencrypt-domain
wget https://raw.githubusercontent.com/hestiacp/hestiacp/master/bin/v-add-letsencrypt-user -O $HESTIA/bin/v-add-letsencrypt-user
chmod +x $HESTIA/bin/v-add-letsencrypt-domain
chmod +x $HESTIA/bin/v-add-letsencrypt-user
it’s works, thanks for the help!
Hestia 1.0.6 has been released to our repository a few seconds ago, it will fix the issues with Let’s Encrypt.
Is this issue resolved…?
[ubuntu 18x, Hestia v1.0.6]
I tried ‘v-add-letsencrypt-user test
’…
I just added new user and LE failed
(Error: Let’s Encrypt acc registration failed 400).
I tried the above WGET links - but still same err.
But my previous 2 user accounts no issues. i can run the above command & success.
But new fresh user failed err 400
Yes, the issue has been solved, let’s encrypt is working properly.
Some basic checks:
Hi.
'/usr/local/hestia/data/users/test/ssl/le.conf'
>> is missing. Is that be the issue?le.cnf' from other user, than im able to run 'v-add-letsencrypt-user test'
- no errors.End’up i copied ‘le.conf & user.key’ from existing users, than all works.
Check what happens when you run v-add-letsencrypt-user test, this will generate the files you wrote about.
Hi, as mentioned above,
v-add-letsencrypt-user test
>> it shows err
openssl:Error: ‘pkey’ is an invalid command.
Let's Encrypt acc registration failed 400
generating only ‘user.key’. But not ‘le.cnf’ file
Hi, any findings will be best from your side.
do you run the latest version of hestia?
After migration from vesta, i could not recreate Let’s encrypt certification.
Error: Let’s Encrypt acc registration failed
In logs /usr/local/hestia/log/LE-user-example.com.log only this
=============================
Date Time: 2022-12-04 09:26:27
WEB_SYSTEM: apache2
PROXY_SYSTEM: nginx
user: user
domain: example.com
There is no file /usr/local/hestia/data/users/user/ssl/le.conf how it should be generated?