Check in a browser to see if the answer file is being served correctly.
"This could be caused by IIS not being setup to handle extensionless static files. Here’s how to fix that: 1. In IIS manager go to 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:\Users\Administrator\Desktop\letsencrypy-win-simple.V1.9.1\web_config.xml"
I followed the instructions noted above and I did the following:
Copied the web config content found in the letsencrypt folder and pasted it in my application web config
Moved the Static File handler above the Extension Handler in IIS for the following website
None of them worked.
I event tested to see if my website can be reached by outside. It even returned a 200 success status. I’m currently confused to what’s causing the error
My operating system is (include version):
Windows Server 2012 R2
My web server is (include version):
IIS 8.5
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don’t know):
I’m using a control panel to manage my site (no, or provide the name and version of the control panel):
Hi @codesajinda, could you please complete the whole form including the “I ran this command” and “It produced this output” questions? Those will be necessary in order for people to help you figure out what went wrong.
Based on what you posted, I see that you are trying to run the Letsencrypt Win Simple client v1.9.1 on server 2012R2. You might find helpful the following video:
I tried the same thing but it doesn’t generate the certificate for this specific sub domain. On the primary domain i.e.(homerepairswinnipeg.ca), I was able to generate the certificate but not on the sub domain.
You can successfully generate a single domain (i.e. homerepairswinnipeg.ca) certificate using the Letsencrypt Win Simple client - the buil 1.9.1.1 that we’ve compiled and provide on our web site, not built 1.9.1?
You have issues generating a multiple domain SAN certificate, which requires using manual mode and additional modifications?
Yes. If you need the certificate to include more than one domain name, the additional names are added as SAN (Subject Alternative Names). This particular client, Letsencrypt Win Simple, can request SAN certificates but you need to use manual mode and pervorm additional configuration changes in IIS.