Hi,
I would like to create three different Internet sites on the same server matching our development environments.
3 Internet Sites for:
-
dev (development environment)
-
test (test and demo environment)
-
stage (to solve production bugs)
I was using different hosts to access each of those web sites (all using the same IP), for example:
I want each of these hosts to redirect to a specific folder on the server, for example:
dev: domino/data/dev/…
test: domino/data/test/…
stage: domino/data/stage/…
I was using a “Substitution” rule for this. For example, for the “dev” Internet Site:
Incoming pattern: /ApplicationName/
Replacement pattern: /dev/ApplicationName/
What I don’t like with this is that I have to specify each application every time… but it was working nonetheless.
However, problems arise when I tried to use SSL. Even though I’m using a Wildcard SSL Certificate, it looks like my Internet Sites need to have a different IP to have SSL work correctly (otherwise, only the one Internet Site specifying the IP address is used, regardless of the host name used).
I wanted to avoid using more than one IP (3 IPs in this case).
I had the same problem with IIS on another server, but I’ve found that IIS now support (IIS6+) SSL host headers:
So with IIS, I can now have more than one web sites answering to the same SSL certificate on the same IP.
I was wondering if this can be done using Domino as well? Somebody managed to do this?
Thanks in advance for your help!