On a winfows 2012 member server we are running IIS 8 for one application only. I have setup my SSL for the site and if I type in
https://x.x.x.x/Appname i get the usual warning about SSL not matching but it all works. In IIS bindings under ssl i added the domain name to match the ssl cert. Then if I try it i get a 404 error. If I try to use
https://domainname/appname I get page not found. I do have the DNS which is hosted by aplus.net point the www only to the ip address of this server. What am I missing here? I need to be careful on the aplus.net side as this domain is used only for it's ftp services and I do not wish to mess that up. We will not be using port 80 at all so on the firewall I only have 443 pointing to the server and as i said
https://x.x.x.x/Appname works. I hope i've explained this correctly. Any thoughts anyone?