Site on IIS 7.5 accessible via SSL on server, but not from local network
- by bnieland
I have a site set up on IIS 7.5. I added the following binding...
type: https
Host Name: [Blank]
Port: 443
IP Address: 192.168.1.6
Binding Information: [Blank]
I can access the site via https://192.168.1.6 from the server itself.
When I try to access the site from another machine (193.168.1.4) on the same sub-net via https://192.168.1.6 I get no response. http://192.168.1.6 returns the site as expected.
I have used wireshark to examine the packets on the server, the first of which I have included as an image.
There were two other packets, very similar to this. There was no response from the server.
Any Ideas?