It is not working for me. One IP address is my organization IP address which is DHCP enabled. Second IP address is from Microsoft Loop Back Adapter (with default configuration).The IP configurations are as below :
Windows IP Configuration
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : <organization domain>
IP Address. . . . . . . . . . . . : 10.136.123.197
Subnet Mask . . . . . . . . . . . : 255.255.255.224
Default Gateway . . . . . . . . . : 10.136.123.193
Ethernet adapter Local Area Connection 2:
Connection-specific DNS Suffix . :
Autoconfiguration IP Address. . . : 169.254.25.129
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :
I have created one SSL as below :
C:\Program Files\IIS Resources\SelfSSL>selfssl.exe /T /N:CN=test.site.com /V:100 /S:1
Second SSL as below :
C:\Program Files\IIS Resources\SelfSSL>selfssl.exe /T /N:CN=test1.site.com /V:100 /S:959657485
No Host Headers configured for both the sites. I have configured "hosts" file in Windows to point to separate IP address. Also the sites are configured to respective IP addresses for port 80 and 443.
Do I need to do anything else?