Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: kohldclothing.com
I ran this command: sudo certbot --nginx -d kohldclothing.com -d www.kohldclothing.com
It produced this output:
Failed authorization procedure. www.kohldclothing.com (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://www.kohldclothing.com/.well-known/acme-challenge/lMvLD-PQMxZVTEsF8SnUGQyj7uwV9rUl80xLavoElVo: "<!doctype html> <meta name=“viewport” content=“width=device-width, user-scalable=no”, kohldclothing.com (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://kohldclothing.com/.well-known/acme-challenge/AZi5ZCSy3BoAa4b8SOzDLi2wo2iZl8rjD-k-72FtGjc: "<!doctype html> <meta name=“viewport” content=“width=device-width, user-scalable=no”
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: www.kohldclothing.com
Type: unauthorized
Detail: Invalid response from
http://www.kohldclothing.com/.well-known/acme-challenge/lMvLD-PQMxZVTEsF8SnUGQyj7uwV9rUl80xLavoElVo:
"<!doctype html> <meta
name=“viewport” content=“width=device-width, user-scalable=no”Domain: kohldclothing.com
Type: unauthorized
Detail: Invalid response from
http://kohldclothing.com/.well-known/acme-challenge/AZi5ZCSy3BoAa4b8SOzDLi2wo2iZl8rjD-k-72FtGjc:
"<!doctype html> <meta
name=“viewport” content=“width=device-width, user-scalable=no”To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.
My web server is (include version): nginx version: nginx/1.10.3 (Ubuntu)
The operating system my web server runs on is (include version): Ubuntu 16.04 LTS
My hosting provider, if applicable, is: Transip VPS
I can login to a root shell on my machine (yes or no, or I don’t know): yes
I’m using a control panel to manage my site (no, or provide the name and version of the control panel): no
Some extra information is: I created the folders .well-known and acme-challenge, chmodded them 755 and also created an index.html in the acme-challenge folder, which I can see in the browser via port 80.