I ran this command:
“Request Certificate” from CertifyTheWeb 4.1.6.0
It produced this output:
Validation of the required challenges did not complete successfully. Invalid response from http://mail.probizservices.com/.well-known/acme-challenge/ECkKrfRHfzmSjbFF_rP3O9Pa3gBmTe7FHOLJRHlTHNs [74.83.150.233]: "
My web server is (include version):
Exchange 2016 & IIS (I’ve tried “Exchange Backend” as well as “IIS” options).
The operating system my web server runs on is (include version):
Windows Server 2016
My hosting provider, if applicable, is:
Me. (Virtual machine running on ESXi 6.7)
I can login to a root shell on my machine (yes or no, or I don’t know):
It’s Windows, so no root shell. Administrative RDP access.
I’m using a control panel to manage my site (no, or provide the name and version of the control panel):
CertifyTheWeb 4.1.6.0
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you’re using Certbot):
CertifyTheWeb 4.1.6.0
My Issue is that I’m new to certificates. I am requesting the certificate for a Windows 2016 server with Exchange 2016. Port 25 is forwarded via NAT to this server (mail.probizservices.com). We have a TurnkeyLinux Wordpress virtual appliance which hosts websites; port 80 is forwarded to that VM (it hosts multiple domains of websites, including www.probizservices.com). Part of the process appears to require http://mail.probizservices.com/.well-known/acme-challenge/ to exist. However, “mail.probizservices.com” does not exist as a website (it’s just a mail server). We do have a pair of domain controllers and DNS works just fine within the LAN.
Presumably I could create something on our Wordpress appliance, but it would not certify the mail server, so presumably that’s a bad idea. What’s the right way to complete this process?
Looks like I’ve got progress. I went to Authorization (in my CertifyTheWeb client), and switched “challenge type” from HTTP-01 to DNS-01. We use DomainsPricedRight for external DNS, so I selected “Update DNS Manually”. I then went to “Deployment” and entered 25 in “Bind to Specific Port”. I saved and it told me to add a TXT entry to DNS, so I’ve done that via DomainsPricedRight. So far so good.
Thanks for your reply. We have one external IP: 74.83.150.233. There are two internal IPs: the Windows/Exchange/IIS server, and the Turnkey/Wordpress/Apache server. I will eventually want to generate certs for the Apache server, but right now I’m working on the mail server. When you query 74.83.150.233:80 you are not getting to the IIS server; you are getting to the Apache server (as you noted). Do you mean to say that I could create a certificate using the webroot of the Apache server and then apply that cert to the IIS server?
I agree that manual processes are not optimal, but I have an existing (paid) cert on the mail server that’s expiring in 2 days, so I’ll take “manual” over “expiring” and just look to improve the process later. As for now, I have managed to make it work with DNS-01 and HTTP-01 has not shown that it works for my situation (unless we are able to create certs on the Apache server and hand them out to other servers on the LAN, but I imagine that even if that’s okay to do, it’ll also be a manual process).