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 Code: 15 - SSL - Lets Encrypt
Re: Error Code: 15 - SSL - Lets Encrypt
I have also the same problem, I have tried all the solution but can't renew or add new ssl. I have same Error code 15 error.
Can anyone provide me the code to renew manually by command? Please ..
Can anyone provide me the code to renew manually by command? Please ..
Re: Error Code: 15 - SSL - Lets Encrypt
Temporary I have fixed by manually adding the certificate from https://www.sslforfree.com/.
I'm still waiting for an official fix.
I'm still waiting for an official fix.
-
- Posts: 2
- Joined: Wed May 29, 2019 11:54 pm
- Os: Ubuntu 17x
- Web: apache + nginx
Re: Error Code: 15 - SSL - Lets Encrypt
Hi guys.
I've the same issue (error 400) and my v-add-letsencrypt-domain is correct with $domain instead $rdomain.
So I can't figure out how to solve it because the temp solution is already done in my file.
Thanks.
I've the same issue (error 400) and my v-add-letsencrypt-domain is correct with $domain instead $rdomain.
So I can't figure out how to solve it because the temp solution is already done in my file.
Thanks.
Re: Error Code: 15 - SSL - Lets Encrypt
kimera wrote: ↑Thu Apr 18, 2019 5:46 amHello,
changing
toCode: Select all
well_known="$HOMEDIR/$user/web/$rdomain/public_html/.well-known"
in the file "v-add-letsencrypt-domain" solved the issue for me.Code: Select all
well_known="$HOMEDIR/$user/web/$domain/public_html/.well-known"
Thank you friend, this worked for me.
Centos 6.9
Apache+Nginx
Re: Error Code: 15 - SSL - Lets Encrypt
Another thank you! This helped a lot.kimera wrote: ↑Thu Apr 18, 2019 5:46 amchanging
toCode: Select all
well_known="$HOMEDIR/$user/web/$rdomain/public_html/.well-known"
in the file "v-add-letsencrypt-domain" solved the issue for me.Code: Select all
well_known="$HOMEDIR/$user/web/$domain/public_html/.well-known"
Ubuntu 16.04 + Apache
Re: Error Code: 15 - SSL - Lets Encrypt
Nothing has worked for me as of yet. Is there a way to see the real error code info rather than the 400 which seems to be a dummy/default error?
Re: Error Code: 15 - SSL - Lets Encrypt
Maybe it's a dns problem with your domain. Can you ping it (without www)?
Re: Error Code: 15 - SSL - Lets Encrypt
You can solve this problem by using Cloudflare to handle your DNS and provide SSL. If you are already using Cloudflare, Cloudflare recommends installing their Origin cert rather than using the Let's Encrypt auto function. Cloudflare Origin certs can be installed in 30 seconds and they are valid for up to 15 years. Check this link https://support.cloudflare.com/hc/en-us ... 5000479507
Re: Error Code: 15 - SSL - Lets Encrypt
I have my box in Azure. I have never had an issue until as of late on any SSL. I have my DNS on GoDaddy. There should be zero reason why it wouldn't work. That dummy 400 error pisses me off, it doesn't tell you anything. I've tried generating the cert CL with verbose but get nothing more back than a 400.