Jump to content

2 UniGui Standalone Servers on the same Hardware Server


JohanC

Recommended Posts

Hi there,
I need some help please.

I have 2 UniGui Standalone Servers on the same Hardware Server.

I want both to be accessible via https without having to add the Port to the URL

It works for the first Standalone Server which uses 443 as the SSL Port

For the second Standalone I use 440 as the SSL Port

I then have to use a URL e.g. https://www.mydomain.co.za:440

Is it possible to configure this second Standalone Server so that the URL does not need the SSL port 440 in the URL, refer above

Thanks Johan

Link to comment
Share on other sites

Johan,

https only works with port 443. If you try to use 440 it will revert to http and the user will be warned that it is an un-safe site. There are only 2 possible ways to use https for multiple sites on the same machine:

- Use the ISAPI option with IIS then you can have multiple sites like https://www.mydomain.co.za,  https://www.mydomain.co.za/support, https://www.mydomain.co.za/blogs etc. They can all be protected with a single SSL certificate.

- Use the sub-domain option. This allows you to have sites like  https://www.mydomain.co.za,  https://support.mydomain.co.za, https://blogs.mydomain.co.za etc. Registering sub-domains does not cost anything but they would need individual SSL certificates.

 

Link to comment
Share on other sites

×
×
  • Create New...