Dedicated IP webapp with multiple ports

Dedicated IP webapp with multiple ports

Question: 

How does a dedicated IP webapp with multiple ports work ?

Answer:

  • If multiple ports are configured and the app is configured for SSL, only port 443 will use SSL. All other ports will just be http. 
  • If the app is configured so that the "internal server requires SSL", all ports to the internal server will be SSL 
  • If the app is configured so that the "internal server requires SSL" is disabled, if port 443 is in the list of ports, it is assumed to be SSL and all the other ports are just http.