interbrite / letsencrypt-vesta

Automate Let's Encrypt Certificate Installation for VestaCP
Other
217 stars 64 forks source link

Won't work with letsencrypt-vesta , but does with certbot-auto #53

Open youradds opened 7 years ago

youradds commented 7 years ago

Hi,

I'm trying to work out why this fails:

letsencrypt-vesta rachel businessofbrands.co.uk

Saving debug log to /var/log/letsencrypt/letsencrypt.log
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for businessofbrands.co.uk
http-01 challenge for www.businessofbrands.co.uk
http-01 challenge for cdn.businessofbrands.co.uk
Using the webroot path /etc/letsencrypt/webroot for all unmatched domains.
Waiting for verification...
Cleaning up challenges
Failed authorization procedure. businessofbrands.co.uk (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://businessofbrands.co.uk/.well-known/acme-challenge/cgzDM71T_1qAq10XJ_ZwgkoES-ASAYfOND5ooHuyqoo: "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http:"

IMPORTANT NOTES:
 - The following errors were reported by the server:

   Domain: businessofbrands.co.uk
   Type:   unauthorized
   Detail: Invalid response from
   http://businessofbrands.co.uk/.well-known/acme-challenge/cgzDM71T_1qAq10XJ_ZwgkoES-ASAYfOND5ooHuyqoo:
   "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
   <html xmlns="http:"

   To fix these errors, please make sure that your domain name was
   entered correctly and the DNS A record(s) for that domain
   contain(s) the right IP address.
Let's Encrypt returned an error status.  Aborting.

...and yet with certbot--auto, it works fine:

certbot-auto certonly -a webroot --webroot-path=/home/rachel/web/businessofbrands.co.uk/public_html -d www.businessofbrands.co.uk -d cdn.businessofbrands.co.uk -d mail.businessofbrands.co.uk

Any ideas? I would soooo much prefer to have the integrated version working ;)

Thanks

Andy

icezyburg commented 6 years ago

I have the same problem.