Please fill out the fields below so we can help you better.
My domain is: bitfragment.com
I ran this command: letsencrypt.exe --san --centralsslstore c:\centralssl
It produced this output:
Authorizing identifier mail.bitfragment.com using challenge type http-01
Writing answer to c:\inetpub\wwwroot.well-known\acme-challenge[answerfile]
Answer should now be browsable at http://mail.bitfragment.com/.well-known\acme-challenge/[answerfile]
Submitting answer
Refreshing authorization
Authorization Result: invalid
Authorization Failed invalid
Authorizing identifier autodiscover.bitfragment.com using challenge type http-01
Writing answer to c:\inetpub\wwwroot.well-known\acme-challenge[answerfile]
Answer should now be browsable at http://mail.bitfragment.com/.well-known\acme-challenge/[answerfile]
Submitting answer
Refreshing authorization
Authorization Result: invalid
Authorization Failed invalid
The ACME server was probably unable to reach [answerfile]. Check in a browser to see if the answer file is served correctly.
My operating system is (include version): 2012R2
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): no
I know this probably has been asked a hundred times, but nothing really applied to my case.
What I did before running letsencrypt.exe:
- create the .well-known\acme-challenge folder in wwwroot
- copy the web_config.xml file to the aforementioned folder and rename it to web.config
- create c:\centralssl directory
- in IIS, disable SSL on the .well-known folder and make sure anonymous authentication is enabled
- in IIS, on the acme-challenge folder I have created a MIME extension of * and a type of application/octet-stream
I’ve disabled firewall and ran again, same result. Tried to browse the answer file and could access it.
I believe there’s an actual issue with my DNS, for some reason it couldn’t resolve autodiscover and mail externally I suppose. Do I need to set up any MX/DNS records in GoDaddy to support this operation?
Thanks