locked
using same 443 port on different web applications on same server for https RRS feed

  • Question

  • We would like to use same 443 port on different web applications on same server for https sharepoint sites.

    How can we easily do that. We already have one web app with one site collection running for one client with https and wild card certificate. Now we would like to create another web app for another client with same 443 port and https.


    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    Thursday, December 26, 2013 3:59 PM

Answers

  • There are 3 ways that IIS can use to differentiate between web apps (web sites).

    1. Separate IP addresses.  To do this bind more than one IP address to your server's Network card or add a second network card.  You can then change the binding for each Web app to use a different IP address.  Configure DNS to point each name to the write IP address. (This is the one I would suggest)
    2. Different Port numbers - You can't use this because you want to use the same port
    3. Host headers. - Using Host Headers at the WEb App level is discouraged in 2013 since you have to have at least one web application with no host header in order to use "SharePoint 2013 Apps".

    #1 is your best bet.


    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

    • Proposed as answer by romeo donca Thursday, December 26, 2013 6:32 PM
    • Marked as answer by tracycai Tuesday, December 31, 2013 9:43 AM
    Thursday, December 26, 2013 5:39 PM