View Single Post
  #1  
Old 14th September 2019, 17:22
mitch mitch is offline
Senior Member
 
Join Date: Jan 2012
France
Posts: 46
Default error using auto installer
hi, I have a problem here:
Quote:
rm -rf /etc/nginx/sites-available/default
[░░░░░░░░░░░░░░░░░░░░░░░░░░░░] (Done!)
ufw allow 'Nginx Full'
[============================] (Done!)
ufw delete allow 'Nginx HTTP'
[============================] (Done!)
ufw allow 8443
[============================] (Done!)
systemctl restart nginx
[░░░░░░░░░░░░░░░░░░░░░░░░░░░░] (Done!)
apt install -y python-certbot-nginx
[============================] (Done!)
certbot --redirect --nginx -n --agree-tos --email=XXX@yahoo.fr -d XXX.pw -d www.XXX.pw
[============================] (Done!)

[ERROR] Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator nginx, Installer nginx
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for XXX.pw
http-01 challenge for www.XXX.pw
Waiting for verification...
Cleaning up challenges
Failed authorization procedure. www.XXX.pw (http-01): urn:ietf:params:acme:error:unauthorized :: The
client lacks sufficient authorization :: Invalid response from
http://www.XXX.pw/.well-known/acme-c...UtH4e_ZKd8Tgwk [217.70.184.50]:
"<!DOCTYPE html>\n<html class="no-js" lang=en>\n <head>\n <meta charset="utf-8">\n <meta
name="viewport" content="width=device"
I can't create certtificat and install is stopped, someone can help me? thx
Reply With Quote