Page 1 of 1
[ Solved ]Error: LetsEncrypt account registration 400
Posted: Fri Nov 25, 2016 5:48 pm
by loderx
When i try to apply domain name with SSL. version 0.9.8-17
Error: LetsEncrypt account registration 400
Code: Select all
Solved with: yum install vim-common
Before 0.9.8-17 i use cli
Re: Error: LetsEncrypt account registration 400
Posted: Fri Nov 25, 2016 10:19 pm
by skurudo
Can you tell more about your system and step-by-step what did you do to get this error?
Re: Error: LetsEncrypt account registration 400
Posted: Sun Dec 04, 2016 1:35 am
by scope
loderx wrote:Error: LetsEncrypt account registration 400
Code: Select all
Solved with: yum install vim-common
Before 0.9.8-17 i use cli
Thanks a lot for the solution!
skurudo wrote:Can you tell more about your system and step-by-step what did you do to get this error?
I can give you that information from my experience with the issue (Note: I'll mention all the steps I did, even if probably some of them have nothing to do with the issue):
- I've made a fresh installation of Centos 7 on a OVH vps.
- I've executed the command
yum update -y.
- I've ogged in ssh with a
ssh key.
- I've disabled root logging from
/etc/ssh/sshd_config and restart the
sshd service.
- I've navigated to the
/tmp directory and download the
VestaCP installation file with
curl -O http://vestacp.com/pub/vst-install.sh
- I've run the installation with
bash vst-install.sh --nginx yes --apache yes --phpfpm no --vsftpd yes --proftpd no --exim yes --dovecot yes --spamassassin yes --clamav yes --named yes --iptables yes --fail2ban yes --mysql yes --postgresql no --remi yes --quota yes
- After a successful installation I've logged into VestaCP panel through
https://myhostname.com:8083 and I tried to create a website with
Let's Encrypt SSL enabled.
- Got the error message.
Thanks and hope you fix this, the solution provided by
@loderx is working perfectly.