Win 2008 R2 standard, Virtual.
IIS7
I've added a new site in IIS called mysite. It has a directory on the server.
FQDN of the server is myserver.com
A SSL cert was created by DigiCert for URL called myurl.com The cert is installed in IIS using the cert request and response. The cert does say "You have a private key which corresponds to this certificate."
The ultimate purpose is to have a https site on this server (myserver.com) with the URL https://myurl.com
I've bound the site with port 80 and port 443 (with the cert bound to it and the host header = myurl.com) and port 444 (with no hostheader) and with cert bound to it. This all appears in IIS Bindings for the site.
I've tested the URL http://myserver.com and it works OK The IIS Welcome screen displays OK.
I've tested the URL https://myserver.com:444 and I get the warning message about continuing with the site (yes I know about the message in IE that the cert doesn't match the URL. But the IIS Welcome screen displays OK.
But when I test URL https://myurl.com:443 I get "Internet Explorer cannot display the webpage."
I've rebooted, readded, and restarted IIS services and the site, but I'm still getting this error message.
Is the certificate not correct, or is there some other network setting that needs to be made? I've been assured that the server IP and FQDN have been added to network DNS. I've also made sure that the myurl.com URL with https has been allowed in IE security. How can this issue be resolved.
Thanks in advance for your help.