« Previous Next »

Thread: How to host two ssl sites with different domain and different IP?

Last post 10-30-2009 10:37 AM by Lancelot6870. 20 replies.

Average Rating Rate It (5)

RSS

Page 2 of 2 (21 items) < Previous 1 2

Sort Posts:

  • 10-28-2009, 10:52 PM In reply to

    • kpao2009
    • Not Ranked
    • Joined on 10-15-2009, 3:29 AM
    • Posts 8

    Re: How to host two ssl sites with different domain and different IP?

    I have run both two sites. the parent directories are also pointed to C:\Inetpub\wwwroot\.
  • 10-28-2009, 11:01 PM In reply to

    • kpao2009
    • Not Ranked
    • Joined on 10-15-2009, 3:29 AM
    • Posts 8

    Re: How to host two ssl sites with different domain and different IP?

    It returns the following error:

    The resource cannot be found.

    Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.

    Requested URL: /aspnet/checkout.aspx

     

    I have tried entering both two site using https://

    I found that both two sites use the same certificate. Seems strange. And I have confirmed that both two sites have installed different certificates. Both certificates on different domain.



  • 10-28-2009, 11:10 PM In reply to

    • kpao2009
    • Not Ranked
    • Joined on 10-15-2009, 3:29 AM
    • Posts 8

    Re: How to host two ssl sites with different domain and different IP?

    Hi, ganeshanekar. I followed your instruction already. specified IP address instead of using All unassigned address. I have tried specified IP on both 80 and 443. The problem is still happened. Even I restarted the IIS. No any effect for this issue.

  • 10-30-2009, 4:55 AM In reply to

    Re: How to host two ssl sites with different domain and different IP?

    I'm confused, sorry. can we make sure both sites are running in HTTP mode before we try troubleshoot HTTPS?

    And if you got HTTPS error, and you said you have got the binding correct, can you post the output of iisweb.vbs /query

    and if you do a netstat -ano. did you see two binding on port 443 of the two IPs you have?

    and also check the event viewer for any related error, then post the 404 complete log entry from the iis  log file.

    Cheers,
    Bernard Cheah
  • 10-30-2009, 10:35 AM In reply to

    • Lancelot6870
    • Not Ranked
    • Joined on 10-30-2009, 10:25 AM
    • Houston, TX
    • Posts 2

    Re: How to host two ssl sites with different domain and different IP?

    YOU MUST specify the IP address per IIS web site... (Can not use the "all unassigned")

    Standard Port can BOTH be 80, but the SSL port should be different.  A good Aux port for the second one is 8531  (Windows Standard)

    http://technet.microsoft.com/en-us/library/bb632

    I would recommend since it appears you are using a external IP to the server and then an internal 192.168 private ip the following...

    202.179.49.??? To utilize port 80 and SSL 443 

    192.168.???.??? to utilize port 80 and SSL 8531   just make sure your router has that port forwarded.  IF the ssl connection fails, then IF your router can redirect ports, have it redirect port 443 to 8531. 

    Hope that helps...

  • 10-30-2009, 10:37 AM In reply to

    • Lancelot6870
    • Not Ranked
    • Joined on 10-30-2009, 10:25 AM
    • Houston, TX
    • Posts 2

    Re: How to host two ssl sites with different domain and different IP?

    OH, also make sure that your network cards have BOTH of those addresses assigned to them.

Page 2 of 2 (21 items) < Previous 1 2
Microsoft Communities