How to publish multiple SSLs on port 443 in both IIS and nginx environments

Hey guys, I have one project released by the IIS and SSL was bound to port 443. Then another project was developed in the PHP environment. SSL was required to be published on port 443 through nginx. How can I make these 2 projects to use SSL on port 443?

To do this the server will need two different IP addresses. You can then bind NGINX to ports 80/443 on one IP and IIS on the other. You can’t bind mutliple services to the same port on the same IP. The other option is to host all the files with the same server, IIS or NGINX.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.