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:aAtomcloud.com
I ran this command:letsencrypt.exe --test
It produced this output:
ACME server was unable to reach
My web server is (include version): Windows 2008 SP2 IIS 7
The operating system my web server runs on is (include version): Windows
My hosting provider, if applicable, is: goDaddy
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): IIS
Writing web.config to add extensionless mime type to C:\aAtomSalesWS.well-known
\acme-challenge\web.config
Answer should now be browsable at http://aatomcloud.com/.well-known/acme-challen
ge/uU6UabI12Mr7Lq4IBs9x2h-0TQWJxWT1edgsuRSbH3A
Submitting answer
Refreshing authorization
Authorization Result: invalid
Authorization Failed invalid
Check in a browser to see if the answer file is being served correctly.
Authorize failed: This could be caused by IIS not being setup to handle extensio
nless static files.Here’s how to fix that:
1.In IIS manager goto Site/ Server->Handler Mappings->View Ordered List
2.Move the StaticFile mapping above the ExtensionlessUrlHandler mappings. (like
this http://i.stack.imgur.com/nkvrL.png)
3.If you need to make changes to your web.config file, update the one at C:\lets
encrypt-win-simple.V1.9.3\web_config.xml
Let me iterate my steps:
On IIS Server, there is a default site already,
I go and new website by right clicking
I created a New Website,
Name:BasicDemo
Physical Path: c:\Myfolder
Under Bindings:
Type: http
IP addresss: Unassigned
Port:80
Hostname:???
Every binding must be unique. So if your default website has already a http binding / all ip addresses / Port 80 / no hostname, you cannot create a second website with the same binding.