Page 5 of 7

Re: Error Code: 15 - SSL - Lets Encrypt

Posted: Wed May 22, 2019 3:25 pm
by nik00726
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 ..

Re: Error Code: 15 - SSL - Lets Encrypt

Posted: Thu May 23, 2019 9:16 am
by sansansan
Temporary I have fixed by manually adding the certificate from https://www.sslforfree.com/.
I'm still waiting for an official fix.

Re: Error Code: 15 - SSL - Lets Encrypt

Posted: Thu May 30, 2019 12:38 am
by esturniolo
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.

Re: Error Code: 15 - SSL - Lets Encrypt

Posted: Tue Jun 11, 2019 11:09 pm
by Melih
kimera wrote:
Thu Apr 18, 2019 5:46 am
Hello,

changing

Code: Select all

   well_known="$HOMEDIR/$user/web/$rdomain/public_html/.well-known" 
to

Code: Select all

   well_known="$HOMEDIR/$user/web/$domain/public_html/.well-known" 
in the file "v-add-letsencrypt-domain" solved the issue for me.

Thank you friend, this worked for me.

Centos 6.9
Apache+Nginx

Re: Error Code: 15 - SSL - Lets Encrypt

Posted: Mon Jun 24, 2019 10:37 pm
by oleggg
kimera wrote:
Thu Apr 18, 2019 5:46 am
changing

Code: Select all

   well_known="$HOMEDIR/$user/web/$rdomain/public_html/.well-known" 
to

Code: Select all

   well_known="$HOMEDIR/$user/web/$domain/public_html/.well-known" 
in the file "v-add-letsencrypt-domain" solved the issue for me.
Another thank you! This helped a lot.

Ubuntu 16.04 + Apache

Re: Error Code: 15 - SSL - Lets Encrypt

Posted: Thu Jun 27, 2019 4:11 pm
by cvondra
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

Posted: Fri Jun 28, 2019 2:03 pm
by donat
Maybe it's a dns problem with your domain. Can you ping it (without www)?

Re: Error Code: 15 - SSL - Lets Encrypt

Posted: Sun Jun 30, 2019 11:57 am
by albert
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

Posted: Sun Jun 30, 2019 10:04 pm
by cvondra
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.

Re: Error Code: 15 - SSL - Lets Encrypt

Posted: Tue Jul 02, 2019 11:57 am
by cvondra
donat wrote:
Fri Jun 28, 2019 2:03 pm
Maybe it's a dns problem with your domain. Can you ping it (without www)?
Yes, it will ping w/out issue, with and without www's.