0

We have web application that is hosted on on premise Windows Server 2008 R2. We were previously accessing it via http://xx.xx.xx.xx/WebApp

Just few days ago, we bought a SSL certificate issued to (XXX.XXX.ca) and installed it on the web server and now we are accessing that site via https://xx.xx.xx.xx/WebApp.

I would like to access website from the browser via XXX.XXX.ca rather than IP address. The server is in Domain environment. Where do I need to make DNS entries so anyone can reach to the application without IP address?

  • Do a `ipconfig /all` and see what the DNS server locally are. Then add the A record on the DNS server. – shinjijai Nov 22 '17 at 17:11
  • @shinjijai So I did that and we are using local DNS Server. I added a A record with internal IP address. It still doesnnt work. I can access the site via IP but not with name. Sorry I dont know anything about DNS – Keyur Shah Nov 22 '17 at 17:57
  • For your site in IIS, did you bind it to *:443 or a specific host name? I suggest you bind it to whatever the xxx.xxx.ca on 443 and make your cert you purchased is selected as well. – shinjijai Nov 22 '17 at 18:09
  • Yes I bound Https to port 443 with IP address *. When I select Http it gives me option to type host but when I choose https , the host field is disabled. – Keyur Shah Nov 22 '17 at 18:19
  • What do you get when you do `nslookup xxx.xxx.ca`? Also your DNS, did you added that DNS record in the XXX.ca zone? or somewhere else? – shinjijai Nov 22 '17 at 18:20

0 Answers0