I'm running:
- Windows Server 2012 R2
- IIS 8.5
I have only one site in IIS and for it I have next config:
- 2 site bindings
- Type: http, Ip address: All unassigned, Port: 80, Hostname: example.com
- Type: https, Ip address: all unassigned, Port: 443, Hostname: example.com (we use Certify ssl certificate)
I can access the site from any remote computer but if I logged in to windows server through RDP and open web browser (Firefox, or any other of course the browser doesn't matter), and type-in http://example.com or https://example.com it says no-connection.
What have I missed? Why is blocking the site from opening locally on the server? I have no rewrite rules.
If I add next binding, I can open the page by url: http://localhost
- Type: http, ip address: All unassigned, Port: 80, Hostname: blank