Hello, all
I’m trying to get certificate on my Windows PC. I have IIS 7.5 and using autoacme. I’m trying to get certificate for www.vns.com (I edited my hosts file: 127.0.0.1 www.vns.com)
But I got the error:
D:\Program Files\acme\work>autoacme.exe addhost www.vns.com
Altairis AutoACME Manager version 1.6.2.0
Copyright c Michal A. Valásek - Altairis and contributors, 2017-2019
www.autoacme.net | www.rider.cz | www.altairis.cz
Reading configuration from ‘D:\Program Files\acme\work\autoacme.json’…OK
Checking host…OK
Requesting certificate for www.vns.com:
Accepting TOS at https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf...OK
Testing authorization:
Writing challenge to C:\InetPub\wwwroot\AutoAcme\probe_a99de627-b1bb-4a10-a7d5-72234e369043…OK
Testing HTTP challenge:
Preparing request to http://www.vns.com/.well-known/acme-challenge/probe_a99de627-b1bb-4a10-a7
d5-72234e369043…OK
Getting response…OK
Reading response…OK
OK: Status code 200
OK: Content-Type header
OK: Expected response received
Deleting challenge from C:\InetPub\wwwroot\AutoAcme\probe_a99de627-b1bb-4a10-a7d5-72234e369043…
.OK
Preparing order
Getting authorization:
Getting challenge…
OK, the following is DNS name:
www.vns.com
Writing challenge to C:\InetPub\wwwroot\AutoAcme\dagsqB4aUtPtIZkyWL5yWp4TFXmiukBwa1oUyIKMo-g
…OK
Completing challenge…Challenge Invalid: https://acme-v02.api.letsencrypt.org/acme/challenge/Hfq
bIsqWuwrOvcfeXubisSejuXHLvaf36dDC-txtUng/18842160301 Invalid response from http://www.vns.com/.well-
known/acme-challenge/dagsqB4aUtPtIZkyWL5yWp4TFXmiukBwa1oUyIKMo-g [27.255.79.15]: "\r\n<
html xmlns=“http”
Failed
Deleting challenge from C:\InetPub\wwwroot\AutoAcme\dagsqB4aUtPtIZkyWL5yWp4TFXmiukBwa1oUyIKMo-g.
…OK
Request failed!
Authorization failed with status False
Failed!
Unable to get certificate for new host.
Where I was wrong? Thank you.