Hi Support,
I want to run Orion NCM on HTTPs on 443,but my Orion NPM is also running on same Port.
Any idea how can i do that.
One alternative is assigning an additional IP address for your network card and designating IIS to utilize that address for your NCM site. This way you can have both sites assigned 80 / 443. If maintenance on one site is required not all of your applications are impacted.
Potential issue having nothing to do with IIS. The TFTP service application will need upgrading to the latest version. The config on this application allows the definition of an IP Address, older versions do not.
Regards
If you don't want to add additional IP addresses to your Orion server, you can use the host header to define which site you go to based on DNS name... I.E. https://ncm.domain.com vs https://npm.domain.com
I've being doing this for my Orion Additional Web Server for years and it's been working great.
Could you explain this in a little more depth as I don't understand how to use the host header for the determination? Looking at your example FQDNs they would use the same IP and port so how do you differentiate by host header when they are the same host presuming that NCM and NPM are installed on the same server.
Robert